Map Development Area (MDA)
Location:
_/_
markup
_/_
xml
_/_
xpath
_/_
xpath-predicate
| xpath-predicate |
|
|
Types:
|
-
Comment:
-
check on existence of sub-elements, attributes, special values
-
example
-
//book[. = 'Dune']
-
example
-
..[./text() = "Rumsti"]
-
example
-
line[3] equiv to line[position() = 3]
-
Comment:
-
use AND, OR, NOT and ()
-
example
-
sonnet[@type="...."]
-
Comment:
-
many functions and operators available, not typed -- implicit conversion
-
Comment:
-
applies contraints on considered result node -- filter on node-sets
-
Comment:
-
select parts of a result collection via a predicate
|
|
|