utils to share
# CSCLxml #
* wrap LXML modules and make it more easy to use
* all xml document must start with
tag
# CSCLxmlc #
* Still in development stage
* wrap LXML modules and make it more easy to use
* all xml document must start with
tag
# CSCautoprop #
* obj.x=value
* value=obj.x
* del obj.x
* where:
* obj=object with line __metaclass__ = autoprop
* x=property of obj
# CSCMain #
* basic class to my standard object class
* subclass of cscmain will inherited the standard class
# CSCadgxml #
* Still in development stage
* query windows AD class with xml output
* pywin32 needed
# CSCsidxml #
* Exe for windows
* query string sid or account info from AD
* usage:
* cscsidxml.exe
[string sid]*
* cscsidxml.exe [account]*