Changes between Version 19 and Version 20 of schema/xpointer
- Timestamp:
- Mar 25, 2011, 4:13:52 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
schema/xpointer
v19 v20 58 58 * [[http://mpdl-test.mpiwg-berlin.mpg.de:30030/documents/echo/la/Benedetti_1585.xml#xpointer(id(%27page7%27)/echo[1]/text[1]/div[1]/div[2]/p[1]/s[1]/point(42))|Benedetti, page 7, sentence 1, point to character 42]] 59 59 60 External elements of documents (e.g. user annotations) are stored separated from the document. They are positioned by an XPointerpoint. This point could have 3 values: ".0", ".1" or a positive integer (see below).60 External elements of documents (e.g. user annotations) are stored separated from the document. They are positioned into the document by an XPointer with page number, xpath expression and a point. This point could have 3 values: ".0", ".1" or a positive integer (see below). 61 61 62 62 Example (external user annotation): … … 65 65 modificationDate="2011-03-25T11:11:11.000Z" 66 66 uid="joe" 67 xpointer="#xpointer(id('page6')/tei[1]/text[1]/body[1]/chap[1]/p[1]/s[1]/point(22))"> 67 documentId="/tei/en/ramones_2004.xml" 68 xpointer="#xpointer(id('page6')/TEI[1]/text[1]/body[1]/chap[1]/p[1]/s[1]/point(22))"> 68 69 <content> 69 70 <note>This is a test note with <ref target="http://slime.de">test link</ref></note>