XQuery, XPath tools
XPath is a language that describes how to locate specific elements (and attributes, processing instructions, etc.) in a document. It allows you to locate specific content within an XML document. XPATH treats an XML document as a logical ordered tree,
From : www.dpawson.co.uk/xsl/xslvocab.html
XPath is a language for addressing parts of an XML document, designed to be used by both XSLT and XPointer.
Galax
Galax is an open-source implementation of XQuery 1.0, the W3C XML Query Language. Galax closely tracks the definition of XQuery 1.0 as specified by the W3C and also implements XPath 2.0, which is a subset of XQuery 1.0.
Galax's primary goal was to serve as a reference implementation for the XQuery 1.0 language, but it has evolved quite a lot since the very first prototype. Galax team is now working on advanced XQuery features (notably support for XML Schema validation), support for XML updates, applications of XQuery to Web services, and XQuery optimization.
visit
Galax
Galax was visited : 149 times
Loading .....