GeekArticles
XML
XSLTCreating Some XPath 2.0 Examples
Author: developer.com |
Published: 10th Aug 2005 |
Visited: 698 times |
Add CommentFiled in: XSLTBy Steven Holzner If you are unaware of the new features in XPath 2.0, see my earlier article What's New in XPath 2.0? There is relatively little software out there that supports XPath 2.0 in fact, besides XQuery processors like Galax, the only real XPath 2.0-enabled processor in popular use today is the Saxon XSLT application, which you can get for free at http://saxon.sourceforge.net . Because Saxon supports some XPath 2.0 as well as some XSLT 2.0 we'll use it in examples in our XPath...n
Read Article Sponsored Links
Related Articles
• Ajax XPath XML is a very important part of Ajax. It strings the data together so that it could be read in the client side. This mark-up language ensures that data compatibility across browsers and applications are there. Developers who are using frameworks could easily handle XML because it has been used in ot ...
• Creating XML with the DOM PHP Extension Creating XML with the DOM PHP Extension
In fact, the PHP DOM extension is a set of classes that can be used to generate, access, and manipulate XML data. The DOM.php script defined in the following listing shows how to generate an XML document based on the result set retrieved from the database.
Vi ...
• Querying a DOM Document with XPath Querying a DOM Document with XPath
One way to access the DOM tree in a DOMDocument object is through an associated DOMXPath object. Identifying a specifi c node or nodes within the DOM tree of a DOMDocument object with this approach involves use of appropriate XPath expressions passed to the...
Vis ...