Changes between Version 10 and Version 11 of schema/xpointer


Ignore:
Timestamp:
Feb 23, 2011, 3:47:31 PM (13 years ago)
Author:
jwillenborg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • schema/xpointer

    v10 v11  
    44See [http://www.w3.org/TR/xlink/ XML Linking Language (XLink) Version 1.0].
    55
    6 XLink could be used in all elements.
    76Example:
    87* <p>The best german punk band is <div xlink:href="http://slime.de/">Slime</div>.</p>
     
    109
    1110=== XPointer ===
    12 See [http://www.w3.org/TR/xptr-framework/ XML Pointer Language (XPointer)]. XPointer could be used in all URI's especially those provided by XLink.
     11See [http://www.w3.org/TR/xptr-framework/ XML Pointer Language (XPointer)]. XPointer could be used in all URI attributes especially xlink:href.
    1312
    1413Examples:
     
    3534
    3635=== Support of XLink ===
    37 XLink will be supported in all elements of the Echo and TEI Lite schema (in the near future).
     36XLink will be supported in all elements of the TEI Lite schema (in the near future).
    3837
    3938=== Support of XPointer ===
    4039
    41 The MPDL project sets a special focus on the presentation of document pages. An important requirement for MPDL-XPointers is the support of pointers relative to document pages. Another special requirement is to point not only to elements on a page but also to text portions in elements (point or range). XPointer could be used in all URI's especially those provided by XLink. The MPDL project supports the following subset of XPointer (in the near future):
     40The MPDL project sets a special focus on the presentation of document pages. An important requirement for MPDL-XPointers is the support of pointers relative to document pages. Another special requirement is to point not only to elements on a page but also to text portions in elements (point or range). XPointer could be used in all URI attributes especially xlink:href. The MPDL project supports the following subset of XPointer (in the near future):
    4241
    4342* XPointer to a page in an XML document. The result of the XPointer URL is the whole page. Example:
     
    171170    * in .../interface/page-fragment.xql and .../page-query-result.xql
    172171* XLink URI's
    173   * support xlink:href attribute in all Echo and TEI elements: not implemented yet
     172  * support xlink:href attribute in Echo and TEI elements: not implemented yet
    174173* user objects such as user queries
    175174  * insert/update/delete user objects: dynamic storing of user queries (with user login)