The XML object

'some XML support
'The primary supported way of working with XML is through the PropertyStack object, which reads and writes files for you.
'this class is experimental.


Function
Load(FileName As String) As Long

Function
LoadFromString(s As String) As Long

'property name includes "/" characters to denote the nesting of the property.
Function GetProperty(Name As String) As String