Changes between Version 6 and Version 7 of schema/tei-notes


Ignore:
Timestamp:
Jun 27, 2011, 3:29:41 PM (13 years ago)
Author:
jwillenborg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • schema/tei-notes

    v6 v7  
    5050[=#note2 2]: Joey Ramone 1974, see also [http://de.wikipedia.org/wiki/Ramones Wikipedia Artikel: Ramones] (Henry Blake. Washington. June 20, 2011)
    5151
     52[[br]]
     53'''Storing user notes externally:'''[[br]]
     54User notes could also be stored externally so that they are not part of the XML definition itself. When the XML document is displayed the XML document and its external user notes are fetched and presented.
     55For example an external user note could be stored as an XML object with XPointer identifier:
     56{{{
     57<object xpointer="http://yourServer.org/your_ramones_text.xml#xpointer(id('page1')/TEI[1]/text[1]/body[1]/chap[1]/p[1]/s[1])">
     58  <note n="1" place="bottom">Joey Ramone 1974, see <ref target="http://mpdl-proto.mpiwg-berlin.mpg.de/tei/en/ramones_2004.xml#p6s2">Ramones 2004, Page 6, Sentence 2</ref>
     59    <persName>
     60      <forename>Joe</forename>
     61      <surname>Miller</surname>
     62      <placeName>New York City</placeName>
     63    </persName>
     64    <date when="2011-06-16T11:11:11.000Z">June 16, 2011</date>
     65  </note>
     66</object>
     67}}}