XML Object
 
Syntax
 
LoadXml2(xmlData As String, autoTrim As Long) As Long
 
Description
Same as LoadXml, but an additional argument controls whether or not leading/trailing whitespace is auto-trimmed from each node's content.
 
Returns 1 for success, 0 for failure.