On my XPath research, I found XQuery, just what I need I thought, great, I will be able to query my xmlBank and get my results filtered with ease, digging a bit deeper, the examples shown everywhere look promising, so sleeves up, lets try it... (seconds later) ...humm, right, hummm, where do I put the XQuery code? What sort of file? Right... It seams everyone out there shows you XQuery code like:
for $x in doc("books.xml")/bookstore/book
where $x/price>30
order by $x/title
return $x/title |
But no one tells you where to put it, or, on which file type; asp, xhtml or what?
Help please.