Encyclopedia > XPointer

  Article Content

XPointer

Xpointer is a system for addressing components of XML based internet media.

At the present time (late 2002), XPointer is divided among four specifications: a "framework" which forms the basis for indentifying XML fragments (http://www.w3.org/TR/xptr-framework/), a positional element addressing scheme (http://www.w3.org/TR/xptr-element/), a scheme for namespaces (http://www.w3.org/TR/xptr-xmlns/, and a scheme for XPath-based addressing (http://www.w3.org/TR/xptr-xpointer/).

The XPointer language is designed to address structural aspects of XML, including text content and other information objects created as a result of parsing the document. Thus, it could be used to point to a section of a document highlighted by a user through a mouse drag action.

===== Positional Element Addressing =======

The element() scheme introduces positional addressing of child elements. This is similar to a simple XPath address, but subsequent steps can only be numbers representing the position of a descendant relative to its branch on the tree.

For instance, given the following fragment

<foobar id="foo"><bar/><baz><bom/></baz></foobar>

the XPointer to bom would be

element(foo/2/1)



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
242

... 2nd century - 3rd century - 4th century Decades: 190s 200s 210s 220s 230s - 240s - 250s 260s 270s 280s 290s Years: 237 238 239 240 241 - 242 - ...

 
 
 
This page was created in 46.3 ms