Region inventories: collections of named region sets
Operators
The Pat algebra
doc(“eb-bib.xml”)//cite and doc(“eb-bib.xml”)//cite/author
(consider how to evaluate / and // in node-based and region-based representations)
Observation: can rewrite path expressions to eliminate reverse axes:
doc(“eb-bib.xml”)//cite/../author -> doc(“eb-bib.xml”)/descendant-or-self::*[cite]/author
|
|
|
|
|
|
|
|
|
|
|
|