OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [docbook-apps] Re: RE: colspec & colwidth in informaltable


Jeff,
Make sure the saxon65.jar from the extensions dir in the stylesheet
distribution is in your classpath. The appropriate extensions jar for
your xslt processor is required for that to work:

http://www.sagehill.net/docbookxsl/InstallingAProcessor.html#SaxonExtens
ions
http://www.sagehill.net/docbookxsl/InstallingAProcessor.html#InstallSaxo
n

David 

> -----Original Message-----
> From: news [mailto:news@sea.gmane.org] On Behalf Of 
> JRancier@penntraffic.com
> Sent: Wednesday, August 22, 2007 8:12 AM
> To: docbook-apps@lists.oasis-open.org
> Subject: [docbook-apps] 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/doctype
s/docbook/styles/docbook/html/docbook.xsl"/>
> 
> <xsl:param name="use.extensions" select="1"/> <xsl:param 
> name="tablecolumns.extension" select="1"/>
> 
> </xsl:stylesheet>
> 
> Jeff
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: 
> docbook-apps-help@lists.oasis-open.org
> 
> 


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]