Expand description
XPath-like query subset.
Supported syntax is intentionally small: absolute paths (/Root/Child),
descendant paths (//Child), attributes (@id), text(), namespace aliases
in names (doc:Root), and simple attribute predicates
(/Root/Item[@code='A1']). This is not XQuery.