https://www.w3.org/Bugs/Public/show_bug.cgi?id=20340 --- Comment #7 from Michael Kay <mike@saxonica.com> --- The same problem affects test xml-version-026, which reads: <xsl:template match="/"> <doc xmlns:a="http://a/"> <chap xsl:inherit-namespaces="no"> <para/> <para xmlns:a=""/> </chap> </doc> </xsl:template> The doc element effectively has inherit-namespaces="yes" and this causes the xmlns:a namespace to be present on both para elements; the inherit-namespaces="no" on the intermediate level has no effect. I'm changing the test to add inherit-namespaces="no" on the doc element. -- You are receiving this mail because: You are the QA Contact for the bug.Received on Wednesday, 4 June 2014 10:07:47 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 16:57:47 UTC