Map Development Area (MDA)
Location:
_/_
markup
_/_
xml
_/_
xpath
_/_
xpath-data-model
| xpath-data-model |
|
|
Types:
|
-
Comment:
-
XML document is represented as instance of the Information set -- path expression is applied to this -- result is a set of nodes satisfying the expression
-
Comment:
-
all nodes have a string value -- concatenate string values of all children
-
comparison
-
model derived from Information set -- simplified -- differs slightly from DOM: text value of
rumsti is 'rumsti', not NULL -- all text() nodes are merged into one -- no CDATA visible -- no DTDs visible -- no entities visible
-
Comment:
-
node types: root -- element -- attribute -- namespace -- processing instruction -- comment -- text
|
|
|