Use this tag for questions specific to XML Path Language (XPath) version 1.0
<ArticleBackmatter> <Heading>Ethical standards and patient consent</Heading> <Heading>Ethical standards and …
xslt xpath xpath-1.0If I have XML like: <foo> <bar id="1" score="192" /> <bar id="2" score="227" /> <bar …
xml xpath xpath-1.0Is there a way to query an XML document to return the maximum of a given attribute using Xpath 1.0 ? For …
xml xpath xpath-1.0Is it possible to check the type of a node I matched with a template inside the same template? In …
xslt xpath-1.0I have some XML and an XPath query. I'm using Yahoo! widgets, so I'm using XPath 1.0. Here's the gist of …
javascript xml xpath yahoo-widgets xpath-1.0Similar to this question (http://stackoverflow.com/q/1333558/948404) I want to use XPath to calculate a sum over products in …
xslt-1.0 xpath-1.0I am trying to get the complete address using XPath. I am new to XPath. This is what I have …
xml xpath xpath-1.0