logo
MDA < Home 

Map Development Area (MDA)

Location: _/_   markup   _/_   xml   _/_   family   _/_   xpath   [ Zoom in ]

Index Browse Edit Visualize Statistics Download Help
 
xpath
is-part-of
- XML Family [ whole ]
Core XML Technology
- RELAX NG
- XInclude
- Schematron
- XML Query Language, XQuery
- XML Namespaces
- XLink, XML Linking Language
- XSL, eXtended Style sheet Language
- XPath
- XML Schema Definition, XSD
- XPointer, XML Pointer Language
- DTD, Document Type Definition
Types:
observation
used by almost all XML databases
Comment:
find student information with particular student ID attribute
example:
/student[@SID="12345678"]
observation
probably currently the most important tool to retrieve content from XML
Comment:
declarative node selection language
Comment:
read-only (although write-also implementations exist)