[Bug 26788] [XPath30] XQuery-only errors in XPath 3.0 specification, like XQST0134

https://www.w3.org/Bugs/Public/show_bug.cgi?id=26788

--- Comment #3 from Jonathan Robie <jonathan.robie@gmail.com> ---
Here is what I did for the XPath 3.1 draft:

<quote>
If the axis name is omitted from an axis step, the default axis is child, with
two exceptions: if the NodeTest in an axis step contains an AttributeTest or
SchemaAttributeTest then the default axis is attribute; in an implementation
that does not support the namespace axis, an error is raised [err:XQST0134].

Note:

In an implementation that does not support the namespace axis, an attempt to
access it always raises an error. Thus, an XQuery implementation will always
raise an error in this case, since XQuery does not support the namespace axis.
The namespace axis is deprecated as of XPath 2.0, but required in some
languages that use XPath, including XSLT.
</quote>

<quote>
err:XQST0134

    The namespace axis is not supported.
</quote>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 30 September 2014 21:50:54 UTC