]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix bug #1334 to copy through HTML table attributes @scope and @id.
authorBob Stayton <bobs@sagehill.net>
Thu, 15 May 2014 16:08:21 +0000 (16:08 +0000)
committerBob Stayton <bobs@sagehill.net>
Thu, 15 May 2014 16:08:21 +0000 (16:08 +0000)
xsl/html/htmltbl.xsl

index e1db72e501fcc9531e0a7ade6cac7d3a38ff1694..2af8f1c969afa398f3aeddc768299c1e8b8f9bc1 100644 (file)
@@ -72,6 +72,7 @@
                    | @frame
                    | @headers
                    | @height
+                   | @id
                    | @lang
                    | @nowrap
                    | @onclick
                    | @onmouseover
                    | @onmouseup
                    | @rules
+                   | @scope
                    | @style
                    | @summary
                    | @title
                    | @valign
                    | @valign
                    | @width
+                   | @xml:id
                    | @xml:lang">
   <xsl:copy-of select="."/>
 </xsl:template>