- From: <bugzilla@jessica.w3.org>
- Date: Wed, 01 Oct 2014 02:52:57 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26788
--- Comment #7 from Jonathan Robie <jonathan.robie@gmail.com> ---
(In reply to Michael Dyck from comment #6)
> And back then, the decision was that with a
> NamespaceNodeTest, the axis does indeed default to the namespace axis (which
> thus causes an error in impls of XPath that don't support the namespace
> axis, and in all impls of XQuery). See Bug 9298, comment #2.
>
> I'm pretty sure that decision wasn't subsequently overturned.
Hmmm, interesting.
I tried this with Saxon EE 9.5.1.2:
<xsl:template match="/top/namespace-node()">
<a>Hi, mom!</a>
</xsl:template>
and got the following error:
"The child axis will never select any namespace nodes."
But 9298#2 is quite clear. Does anyone else believe it was ever overturned?
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Wednesday, 1 October 2014 02:52:58 UTC