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-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81bd52b175dcd1ea0a94fda51d2aff0a614c7303;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.