Developer's Day - XPointer
XPointers:
- Based on TEI work
- An XPointer specifies a location in an XML tree structure
- For example:
ID(foo).CHILD(4,SEC).CHILD(1,ABSTRACT)
addresses the first XML ABSTRACT element within the fourth SEC element within the element with ID attribute "foo" in a document
- To use:
<A HREF="http://www.xyz.com#ID(foo)CHILD(4,SEC)CHILD(1,ABSTRACT)">
- Note the working draft is not stable