|
NOTE:
These slides have not been updated since 2003. They have been superseded by the book
Anders Møller and Michael Schwartzbach, February 2006 |
|
| THE XML REVOLUTION - TECHNOLOGIES FOR THE FUTURE WEB |
|
| text() | chardata nodes | |
| comment() | comment nodes | |
| processing-instruction() | processing instruction nodes | |
| node() | all nodes (not including attributes and namespace declarations) |
Testing by node name:
| name | nodes with that name | |
| * | any node |
Warning: There is a bug in the XPath 1.0 spec! Default namespaces are required to be handled incorrectly, so, if using Namespaces together with XPath (or XSLT), all elements must have an explicit prefix.
|
| COPYRIGHT © 2000-2003 ANDERS MØLLER & MICHAEL I. SCHWARTZBACH |
|