https://www.w3.org/Bugs/Public/show_bug.cgi?id=20261 Michael Kay <mike@saxonica.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |REOPENED Resolution|FIXED |--- --- Comment #5 from Michael Kay <mike@saxonica.com> --- I suspect that in this template <xsl:template match="node()|@*|namespace::*"> <xsl:copy> <xsl:apply-templates select="@*|namespace::*|node()"/> </xsl:copy> </xsl:template> the xsl:copy should say copy-namespaces="no", as the whole point of the template is to be selective about which namespace nodes are copied. -- You are receiving this mail because: You are the QA Contact for the bug.Received on Tuesday, 15 January 2013 22:20:54 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 15 January 2013 22:20:54 GMT