Re: RE: colspec & colwidth in informaltable

From
<>
Date
2007-08-22T13:11:52+00:00
ID
fahcm1$cn1$
Thread
Re: RE: colspec & colwidth in informaltable
Thanks.  Yes HTML output.  Should I expect this to work for 'article' as 
well?  I wrote a quick customization layer (I think), and included that in 
my XML file.  As follows (it still didn't work):

<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
version="1.0">

<xsl:import 
href="file:///c:/jbr/emacs-21.3/site-lisp/xae-1.0beta8/doctypes/docbook/styles/docbook/html/docbook.xsl"/>

<xsl:param name="use.extensions" select="1"/>
<xsl:param name="tablecolumns.extension" select="1"/>

</xsl:stylesheet>

Jeff