From e33ca9b1b8ed23e294a297112e0256bcbd4fa8d2 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Sun, 16 Jun 2002 17:36:19 +0000 Subject: [PATCH] Added PI for cellspacing and cellpadding; also added currently useless Python extension hooks --- xsl/html/table.xsl | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) 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. -- 2.40.0