Use this tag for questions specific to XML Path Language (XPath) version 2.0
i am experimenting with xpath. Here is the xml I am using for experimenting: <moves> <roll player="1"&…
xml xpath xpath-2.0I had posted another question with this as one aspect of it. I was told to clarify the question, but …
xpath xslt-2.0 xpath-2.0Is there some kind of split() function in XPath? Say I have this XML: <root> <path>…
xml xpath-2.0I have an xml column called OrderXML in an Orders table... there is an XML XPath like this in the …
sql-server tsql xpath-2.0 sqlxml xml-columnI have recently been working with XPath and have been searching for information on which browsers support XPath 2.0 without much …
xml xpath xml-parsing xpath-2.0I have a string which contains numbers. Is it feasible only with XPath that I get only numbers from it? …
xpath xpath-2.0I want to check using xpath an node in the xml contains empty string/spaces. What is the xpath expression …
xml xpath xpath-2.0How do I check against multiple values in XQuery exist method? I'm running this XQuery in a SQL statement Select […
sql sql-server xquery xpath-2.0 exist-dbI am trying to convert a xs:double to xs:integer in xPath 2.0 with functions (I don't want to use …
xml xpath type-conversion xpath-2.0