]> granicus.if.org Git - docbook-dsssl/commitdiff
Don't use xsl:copy because it forces the resulting element to be in the same namespac...
authorNorman Walsh <ndw@nwalsh.com>
Tue, 1 Apr 2008 15:02:33 +0000 (15:02 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Tue, 1 Apr 2008 15:02:33 +0000 (15:02 +0000)
xsl/html/formal.xsl

index 2e45709c3e3136220bf334b83843c112ceea3d50..7e66e591769757ebaabdaadd16c10e1ecd22664c 100644 (file)
       <xsl:call-template name="calsTable"/>
     </xsl:when>
     <xsl:otherwise>
-      <xsl:copy>
+      <table>
         <xsl:copy-of select="@*[not(local-name()='id')]"/>
         <xsl:attribute name="id">
           <xsl:call-template name="object.id"/>
         </xsl:attribute>
         <xsl:call-template name="htmlTable"/>
-      </xsl:copy>
+      </table>
     </xsl:otherwise>
   </xsl:choose>
 </xsl:template>