Tools XML Inspector and XPath Generator/en
This tool presents an XML document's DOM tree elements. Its most useful function is the XPath input field and XPath generator.
Enter an XPath expression into the field to see which nodes are selected, or vice versa, select an element to get an XPath which finds that element.
In the following, a simple XML document is used as example input:
<DOC> <ITEM> <REVENUE_YEAR>2554-02</REVENUE_YEAR> <REGION>Central</REGION> <COST>100</COST> </ITEM> <ITEM> <REVENUE_YEAR>2552-02</REVENUE_YEAR> <REGION>Central</REGION> </ITEM> <ITEM> <REVENUE_YEAR>2552-03</REVENUE_YEAR> <REGION>Central</REGION> <COST>400</COST> </ITEM> <ITEM> <REVENUE_YEAR>2552-04</REVENUE_YEAR> <REGION>West</REGION> <COST>100</COST> </ITEM> <ITEM> <REVENUE_YEAR>2552-05</REVENUE_YEAR> <REGION>East</REGION> <COST>200</COST> </ITEM> <ITEM> <REVENUE_YEAR>2552-06</REVENUE_YEAR> <REGION>East</REGION> <COST>300</COST> </ITEM> </DOC>
Back to Online Documentation.
Back to Tools.