NativeXml Help
TNativeXml.NodeClosingStyle
property NodeClosingStyle: TsdNodeClosingStyle;
Description
if ncUnknown (default), parsed setting will be preserved per element if ncFull, single tags will be left full (eg '<bla x="1"></bla>') if ncClose , single tags will be closed (eg '<bla x="1"/>')