What is Peach
Installing
Tutorials
Methodology
Introduction
Training
Enterprise
FAQ
Support Forums
Peach 3
Peach Pits
 General Conf
 Data Modeling
 State Modeling
 Agents
  Monitors
 Test
  Publishers
  Loggers
Running
Minset
Peach 2.3

License

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>