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] No adjustColumnWidths function available


> -----Original Message-----
> From: David Adam 
>   I'm trying to process a docbook article with a table in it, and it 
> hangs with
> the message
> 
> No adjustColumnWidths function available
> 
> Clearly, I am missing somthing - can anyone tell me what it 
> is, and where
> I can find it?
> 
> the processing command I have given is
> 
> java org.apache.xalan.xslt.Process \
>  -out IceAges1.fo \
>  -in IceAges1.xml \
>  -xsl /usr/share/sgml/docbook-xml/docbook-xsl-1.67.2/fo/docbook.xsl \
>  -param use.extensions 1 \
>  -param passivetex.extensions 1 \
>  -param generate.toc "/article  nop"


You need to enable the Xalan DocBook extensions by adding a jar file to your
CLASSPATH. 

See
http://www.sagehill.net/docbookxsl/InstallingAProcessor.html#InstallXalan 
(here it says xalan2.jar, but the file shipped with docbook-xsl is called
xalan25.jar).

/MJ



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