From: Norman Walsh Date: Sun, 16 Jun 2002 17:36:19 +0000 (+0000) Subject: Added PI for cellspacing and cellpadding; also added currently useless Python extensi... X-Git-Tag: release/1.79.1~6^2~5545 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e33ca9b1b8ed23e294a297112e0256bcbd4fa8d2;p=docbook-dsssl Added PI for cellspacing and cellpadding; also added currently useless Python extension hooks --- diff --git a/xsl/html/table.xsl b/xsl/html/table.xsl index fbbbce9fb..3a90ae829 100644 --- a/xsl/html/table.xsl +++ b/xsl/html/table.xsl @@ -3,8 +3,9 @@ xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" xmlns:stbl="http://nwalsh.com/xslt/ext/com.nwalsh.saxon.Table" xmlns:xtbl="com.nwalsh.xalan.Table" + xmlns:ptbl="http://nwalsh.com/xslt/ext/xsltproc/python/Table" xmlns:lxslt="http://xml.apache.org/xslt" - exclude-result-prefixes="doc stbl xtbl lxslt" + exclude-result-prefixes="doc stbl xtbl lxslt ptbl" version='1.0'> @@ -95,7 +96,7 @@ + select="processing-instruction('dbhtml')"/> @@ -104,6 +105,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -265,6 +292,9 @@ + + + No adjustColumnWidths function available.