xml2js-xpath
Version:
Search xml2js JSON documents with XPath query strings.
38 lines (37 loc) • 957 B
text/xml
<Root xmlns:xsi="http://xmlns.com">
<Street id="9th St">
<Wrapper>
<Blocks>9</Blocks>
<URLS>
<URL><![CDATA[http://serverland.net/ad/tag/parameters?time=1234567]]></URL>
</URLS>
<CDATAURLS>
<URL id="firstone">
<![CDATA[http://www.primarysite.com/tracker?imp]]>
</URL>
</CDATAURLS>
<TrackingEvents>
<Tracking event="start" underway="false">
<URL id="number0">
<![CDATA[http://serverland.net/ad/start]]>
</URL>
</Tracking>
<Tracking event="midpoint" underway="true">
<URL id="number1">
<![CDATA[http://serverland.net/ad/midpoint]]>
</URL>
</Tracking>
<Tracking event="complete" underway="false">
<URL id="number2">
<![CDATA[http://serverland.net/ad/complete]]>
</URL>
</Tracking>
</TrackingEvents>
</Wrapper>
<Block-Numbers>
<Block>5</Block>
<Block>5</Block>
</Block-Numbers>
</Street>
</Root>