Changes between Version 4 and Version 5 of eXist-interface/annotations


Ignore:
Timestamp:
Jul 5, 2011, 2:28:15 PM (13 years ago)
Author:
jwillenborg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • eXist-interface/annotations

    v4 v5  
    1111    * xpointer: the xpointer to the position in that document (e.g.: id('page2')/TEI[1]/text[1]/body[1]/p[1]/s[3]/point(4)); see [/wiki/schema/xpointer XPointer specification]
    1212  * value: if operation is create or update: the new object (e.g. <note>This is an annotation of Andy</note>)
     13
     14== Limitations ==
     15* Interface
     16  * Java: no real user test done
     17  * Display of a document page with external objects (insertExternalElements.xsl): full redesign and new implementation
     18* Bugs
     19  * at one position there could be only one external user annotation so far (bug in XSL script)
    1320
    1421== Examples ==
     
    4451[http://mpdl-test.mpiwg-berlin.mpg.de:30030/mpdl/interface/external/object.xql?operation=delete&type=element&object=%3Cobject%20uid=%22andy@mpiwg-berlin.mpg.de%22%20documentId=%22/tei/en/Test_1789.xml%22%20xpointer=%22id%28%27page2%27%29/TEI%5B1%5D/text%5B1%5D/body%5B1%5D/p%5B1%5D/s%5B3%5D%22%3E%3C/object%3E  Delete annotation]
    4552
    46 == Limitations ==
    47 * Interface
    48   * Java: no real user test done
    49   * Display of a document page with external objects (insertExternalElements.xsl): full redesign and new implementation
    50 * Bugs
    51   * at one position there could be only one external user annotation so far (bug in XSL script)