[Bug 6273] [XQuery] namespace-node()

http://www.w3.org/Bugs/Public/show_bug.cgi?id=6273





--- Comment #1 from Michael Kay <mike@saxonica.com>  2008-12-04 15:26:11 ---
namespace-node() also needs to be added to the list of reserved function names
in Appendix A.3; and this addition needs to be noted in a new Appendix listing
backwards incompatibilities with XQuery 1.0 / XPath 2.0.

(specifically, if the default function namespace is http://f/, then
a/namespace-node() now means a/child::namespace-node() (which is not a very
useful thing to write) rather than a/child::{http://f/}namespace-node().)


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 4 December 2008 15:26:21 UTC