logo
MDA < Home 

Map Development Area (MDA)

Location: _/_   markup   _/_   xml   _/_   core   _/_   xpointer  

Index Browse Edit Visualize Statistics Download Help
 
xpointer
is basis for:
- XML, eXtensible Markup Language [ basis ]
- XLink [ structure ]
- XML Namespace [ structure ]
Comment:
language for locating data within an XML document
example
xpointer(id("P"))
example
xpointer(//author[../title = "Building Oracle XML Applications"])
Comment:
competes a bit with XPath which has a rather similar intention
example
element(/1/5/2)