The XMLNS parser creates a message tree that represents an XML document.
The following example shows the message tree that the XMLNS parser creates for the following snippet from a simple XML document:
<Person age="32" height="172cm">
<Name>Cormac Keogh</Name>
</Person>