Xpath,XLink & XPointer
- XPath:locate nodes and fragments
- used both in XPointer,XSL,XML Schema,XQuery
- XLink:a generalization of the HTML link concept
- XPointer: an extension of XPath suited for linking
- specifies connection bewteen Xpath expressions and URIs
- XPath:
- / root directory
- /users/dave every dave in every users below the root
- . the current directory
- .. the upper directory
- // any elements
- [] start from 1
- last() [last()]
- * wild card
- @attribute chapter[not@num]