[Bug 20261] [SER30] Usability problem with XHTML 5.0 prefix stripping

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 UTC