Don't discard table attributes.
This commit is contained in:
parent
1d3c012073
commit
0338752d84
1 changed files with 1 additions and 0 deletions
|
@ -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'">
|
||||
|
|
Loading…
Add table
Reference in a new issue