[Bug 5857] [XSLT 2.0] A problem with namespace inheritance

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

--- Comment #9 from Michael Kay <mike@saxonica.com> 2011-06-07 16:10:27 UTC ---
Note that bug #12738 raises the possibility of a dynamic namespace constructor
(in XSLT, an xsl:namespace instruction) creating a namespace node whose
namespace URI part is absent, to signify an intent to unbind a namespace that
would otherwise be created through the namespace inheritance mechanism. Such a
mechanism could be a useful way out of this problem. Specifically, if you have
a particular need to generate xmlns="" on an element, for reasons like the one
described, then you would be able to do it using <xsl:namespace/>.

-- 
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 Tuesday, 7 June 2011 16:10:30 UTC