xml.SetSerializeOptions(t)
RootNode
#XML_SERIALIZEMODE_HOLLYWOOD
. It defaults to "root".
ForceLowerCase
False
. The default value is True
. This tag is ignored for the Hollywood serialization
mode.
IgnoreWhiteSpace
Text
field of nodes that contain nothing but whitespace characters (e.g. space, tab,
line breaks...) to an empty string. If you don't want that, set this item to
False
. The default value is True
. This tag is ignored for the Hollywood serialization
mode.