This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]