This stylesheet implements the XHTML Tables Module.
xsl:stylesheet id="stylesheet" exclude-result-prefixes="x2 lit" version="1.0" xml:lang="en" xsl:template match="x2:table" xsl:call-template name="copy-xhtml1" xsl:template match="x2:caption|x2:summary" xsl:call-template name="copy-xhtml1" xsl:template match="x2:col|x2:colgroup" xsl:call-template name="copy-xhtml1" xsl:template match="x2:thead|x2:tbody|x2:tfoot" xsl:call-template name="copy-xhtml1" xsl:template match="x2:tr|x2:td|x2:th" xsl:call-template name="copy-xhtml1"
Formatted using xhtml2to1 by Steve Cheng.