Hi, I am trying to get a query string from the url, and then use that to get an element's "id" from an xml file, so far I havn't been able to figure that out, any suggestions on how I would do this? An example of my xml file is below.
<bodytag>
<item id="1">
<data>fsla</data>
</item>
<item id="2">
<data>sdflhgf</data>
</item>
</bodytag>