HTML 4.01 strict HTML
Visit Sourceforge.net

XPath Sample Application - Sample Queries

This sample application displays a number of pre-formed XPath queries that act on a well-defined XML Data Set. It demonstrates the full capability of the XPath parser. Custom XPath queries can also be entered and executed against the data set as well. Once an XPath query is executed, the nodes in the XML Data Set that are returned are highlighted.

XPath Sample Application - Contact Manager

This sample application is an implementation of the XML for <SCRIPT> Contact Manager Sample Application using XML for <SCRIPT>'s W3C DOM Parser and XPath. It demonstrates how developers can access the W3C DOM Parser directly with XPath to build real-world applications.