Xml Analyzer
The XML Analyzer will consume an XML document or fragment and convert that into a tree structure of XmlElement and XmlAttribute elements. This analyzer can be attached to a data element.
Example
<!-- String containing XML -->
<String>
<Analyzer class="Xml" />
</String>


