== XPointers and XLink === XLink === See [http://www.w3.org/TR/xlink/ XML Linking Language (XLink) Version 1.0]. XLink could be used in all elements. Example: *

The best german punk band is

Slime
.

=== XPointer === 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. Examples: *

This is discussed in

the first paragraph of the example document
.

*

This is discussed in

the first division of the example document
.

*

This is discussed in

the second element of the first element
.

*

Einstein said in his diary that he doesn't like a further delay of his shipping tour to south america (see page 53, sentence 2).

==== XPoints ==== [[Image(xpoint.png)]] * Examples * point(1.0) is just inside the beginning of the p element. * point(1.2) is between the end of the em element and the following text node (which contains "world."). * point(.0) immediately precedes the root node. * point(1/2/1.1) immediately following the "b" in the middle text node. ==== Range ==== * xpointer(id("chap1")/range-to(id("chap2"))) (the range from the start point of the element with ID "chap1" to the end point of the element with ID "chap2") * string-range(//title,"Thomas Pynchon")[17] (the 17th of those "Thomas Pynchon" strings appearing in a title element) *

See the text passage on page 53, sentence 2, character 3 to 10).

=== Support of XLink === XLink will be supported in all elements of the Echo and TEI Lite schema. === Support of XPointer === XPointer could be used in all URI's especially those provided by XLink. The following subset of XPointer is supported: Examples: *

Joey Ramone said „When we started up in March of ’74, it was because the bands we loved, the rock ’n’ roll that we knew, had disappeared. We were playing music for ourselves.“ (see page 6, sentence 2).