summaryrefslogtreecommitdiff
path: root/xhtml-1_1/htmltbl.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xhtml-1_1/htmltbl.xsl')
-rw-r--r--xhtml-1_1/htmltbl.xsl5
1 files changed, 1 insertions, 4 deletions
diff --git a/xhtml-1_1/htmltbl.xsl b/xhtml-1_1/htmltbl.xsl
index 9796e6c..1f05962 100644
--- a/xhtml-1_1/htmltbl.xsl
+++ b/xhtml-1_1/htmltbl.xsl
@@ -4,7 +4,7 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" version="1.0">
<!-- ********************************************************************
- $Id: htmltbl.xsl 9140 2011-10-30 03:42:11Z bobstayton $
+ $Id: htmltbl.xsl 9501 2012-07-16 00:14:50Z bobstayton $
********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
@@ -18,9 +18,6 @@
<xsl:template match="table" mode="htmlTable">
<xsl:element name="table" namespace="http://www.w3.org/1999/xhtml">
<xsl:apply-templates select="@*" mode="htmlTableAtt"/>
- <xsl:attribute name="id">
- <xsl:call-template name="object.id"/>
- </xsl:attribute>
<xsl:call-template name="htmlTable"/>
</xsl:element>
</xsl:template>