XML Parsing.XML.roottag

Documentation
Top node of parsed XML document This is a has that contains to elements:

attributes - This is a hash of attributes with the name of the attribute as the key.

contents - An array of other elements and/or CDATA . This includes carriage returns.

During parsing or document building this contains a reference to the 'current' tag.