Developer's Day - XPointer
XPointer:
- Based on TEI work
- XPointer specifies location in 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
- Interesting IPR implications?