This page demonstrates how to use xmlObjectifier functionality
For additional documentation please visit documentation page here.
This example uses a stand alone version of the library saXMLUtils.js which can be downloaded from here.
If you would like to use a jQuery plug-in instead, you must first download latest jQuery library from www.jquery.com and then jqXMLUtils.js from here.
In this example I will use a static XML hard-coded on the page and then converted to XML Document object, in your tests you would want to fetch XML files using ajax instead,
examples of this can be found on Terracoder example pages here.
The hard-coded XML used will look like this:
<root>
<node>Hello World</node>
</root>