Don't discard table attributes.

This commit is contained in:
Frank Mori Hess 2008-02-06 21:00:38 +00:00
parent 1d3c012073
commit 0338752d84

View file

@ -12,6 +12,7 @@
<!-- identify even/odd table rows so we can apply alternating color scheme -->
<xsl:template match="table">
<xsl:copy>
<xsl:copy-of select="@*"/>
<xsl:for-each select="*">
<xsl:copy>
<xsl:if test="name()='tr'">