XQuery is a functional language designed to query and manipulate XML data.
I have an XML document I generate on the fly, and I need a function to eliminate any duplicate nodes …
duplicates xqueryIs it possible to open 2 documents from an xQuery and do a join on them?
xml xqueryIs it possible to put each XQuery result on a new line? I thought I remembered there was an attribute …
xml formatting xqueryXQuery offers various date/time functions like current-dateTime(), however I can't seem to find one which gives me the time …
xpath xqueryI'm using eXist-DB to store XML documents. Here's a sample XML file with the namespace info: <?xml version="1.0" encoding="…
xml namespaces xqueryI have data like: <td>USERID</td> <td>NAME</td> <td&…
xml xqueryHow can I find the order of nodes in an XML document? What I have is a document like this: &…
sql sql-server xml xqueryUpdate: giving a much more thorough example. The first two solutions offered were right along the lines of what I …
sql-server xpath xquery axesLet's say I have the XQuery code below: for $y in doc("file.xml")/A/B for $x in $y/…
xml xquery counterI have some XML that I need to parse using SQL Server 2008. I think I'm close to getting what I …
sql-server xpath xquery