Module EDUtilsXML :: Class EDUtilsXML
[hide private]
[frames] | no frames]

Class EDUtilsXML

source code

Static Methods [hide private]
 
dnaMarshal(_xsDataObject=None)
Returns a DNA compatible XML representation of an object derived from XSData.
source code
 
capitalizeFirstLetter(_str)
Capitalizes the first letter of a string, leaving the rest untouched
source code
Method Details [hide private]

dnaMarshal(_xsDataObject=None)
Static Method

source code 

Returns a DNA compatible XML representation of an object derived from XSData. DNA compatible XML has no whitespace or newlines etc. between elements and single-quotes must be escaped. In addition, booleans must be either "True" or "False". Anything but "True" is interpreted as "False".