Changes between Version 5 and Version 6 of schema/xpointer


Ignore:
Timestamp:
Feb 21, 2011, 3:29:14 PM (13 years ago)
Author:
jwillenborg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • schema/xpointer

    v5 v6  
    153153    * Reasons
    154154      * compatible with XPointer, only this alternative
     155
     156==== Implementation ====
     157
     158* new HTML presentation mode with dynamically generated xpath identifier for all elements
     159  * mostly implemented: options=withXmlNodeId
     160* user annotations
     161  * insert/update/delete user annotations: dynamic storing of annotations with an XPointer to the XML document (with user login)
     162    * partly implemented (login not regarded yet)
     163  * read user annotations: dynamic presentation of the annotations in the document presentation
     164    * partly implemented
     165* XPointer URI's
     166  * implementation of a REST like solution over controller.xql: not implemented yet
     167* user objects such as queries
     168  * insert/update/delete user objects: dynamic storing of user queries (with user login)
     169    * partly implemented (login not regarded yet)
     170  * read user objects: show user queries after user login
     171    * partly implemented