The XPath preferences panel is opened from menu XML+XSLT/FO/XQuery+XPath
→ → +When checked, unescapes the entities found in the XPath expression. For example the expression
//varlistentry[starts-with(@os,'s')]
is equivalent with
//varlistentry[starts-with(@os,'s')]
.
If checked <oXygen/> will consider unprefixed element names in XPath expressions evaluated in the XPath console as belonging to no namespace.
If checked <oXygen/> will consider unprefixed element names in XPath expressions evaluated in the XPath console as belonging to the default namespace declared on the root element of the document.
If checked <oXygen/> will consider unprefixed element names in XPath expressions evaluated in the XPath console as belonging to the same namespace as the root element of the document.
The user has the possibility to enter here the namespace of the unprefixed elements used in the XPath console
Associates prefixes to namespaces. These mappings are useful when applying an XPath in XPath console and you don't have to define these mappings for each document separately.
The New button creates an editable prefix-namespace mapping.
The Remove button deletes the selected mapping.