logo
MDA < Home 

Map Development Area (MDA)

Location: _/_   markup   _/_   xml   _/_   xpath   _/_   xpath-collection  

Index Browse Edit Visualize Statistics Download Help
 
xpath-collection
xpath-language-concept
- XPath Set operator, Union
- XPath Location Step
- XPath Comparison Operator
- XPath Axis
- XPath collection
- XPath Location Path
- XPath context
- XPath Node Set
- XPath Predicates
- XPath Data Type
Types:
example
find all first names: ./first-name
Comment:
used for results -- order is according to the document hierarchy
Comment:
can be indexed: e.g. [2], [first()], [last()]