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.
Qexo
Qexo is a partial implementation of the XML Query language. It achieves high performance because a query is compiled down to Java bytecodes using the Kawa framework. Kawa also includes a proof-of-concept implementation of XSLT.
Kawa is a framework written in Java for implementing high-level and dynamic languages, compiling them into Java bytecodes.
visit
Qexo
Qexo was visited : 102 times
Loading .....