Changes between Version 2 and Version 3 of schema/tei-pointers


Ignore:
Timestamp:
Feb 18, 2011, 2:51:53 PM (13 years ago)
Author:
jwillenborg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • schema/tei-pointers

    v2 v3  
    4646  * example.xml#xpointer((//p)[1])
    4747  * example.xml#xpointer(id('4711')/div[1])
     48
     49* XPoints
     50
     51  [[Image(xpoint.png)]]
     52 
     53  * Examples
     54    * point(1.0) is just inside the beginning of the p element.
     55    * point(1.2) is between the end of the em element and the following text node (which contains "world.").
     56    * point(.0) immediately precedes the root node.
     57    * point(1/2/1.1) immediately following the "b" in the middle text node.