XPath

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
Tutorials
  

Articles:
  • Understanding the XPath Data Model by Steven Holzner   - [Clicks: 44]
    XPath 1.0 supported only four data types, XPath 2.0 extends that to support not only the node kinds supported in XPath 1.0, but also many atomic types, which include the primitive simple types defined by the XML Schema specification and values whose types are derived from them by restriction in a schema.
    http://www.developer.com/java/other/article.php/3354151 - May, 2004
  • Creating Some XPath 2.0 Examples by Steven Holzner   - [Clicks: 87]
    Here is your chance to dive into the code of XPath 2.0.
    http://www.developer.com/java/other/article.php/3351251 - May, 2004
  • What's New in XPath 2.0? by Steven Holzner   - [Clicks: 15]
    Get a head start on XPath 2.0 by reviewing the new features.
    http://www.developer.com/java/other/article.php/3344421 - Apr, 2004
  • Mapping HTML to XML by Jeffrey Boltz   - [Clicks: 30]
    Use XPath as the form control name to map input data and update an XML document. This approach illustrates XML's (dom4J and XPath) power, basic data structures, and algorithms.
    http://www.ftponline.com/javapro/2004_03/online/xml_jboltz_03_17_04/ - Mar, 2004

[Top]

Tutorials:
  • Get started with XPath by Bertrand Portier   - [Clicks: 120]
    This tutorial introduces XPath and covers most aspects of it. It is aimed at people who do not know XPath or want a refresher. If you plan to use XSLT, you should take this tutorial first. You will learn: What XPath is, the syntax and semantics of the XPath language, how to use XPath location paths, how to use XPath expressions, how to use XPath functions, and how XPath relates to XSLT. XPath is a W3C standard. This tutorial covers version 1.0.
    [Formats: HTML, PDF, Zip]
    http://www-106.ibm.com/developerworks/edu/x-dw-xxpath-i.html?S_TACT=104AHW01&S_CMP=HP - May, 2004

[Top]