Give it a try! |
This demo is based on Cocoon2, using XSP pages. For those who don't know XSP yet: XSP is Java code inside XML, like JSP and HTML. eXist 0.7 includes an XSP logicsheet (taglib), which makes it easier to access eXist from a Cocoon2 XSP page.
XPath support is still preliminary, though major parts of the spec are now implemented. Numerical operators and some functions are missing, most other expressions should work as expected.
Please enter a valid XPath query below. You may select a collection name from the left. The collection-expression will be automatically added if your query does not start with the document() or collection() function.
Your query will be send to the server using XML-RPC.
Some Examples:
Please note that collection names should be replaced by the ones you specified during parsing!
At this time of development there are still a lot of restrictions concerning the xpath parser. On the other hand, eXist supports a number of extensions. For more information read the document on XPath extensions.