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: Table Issues - again


[I'm moving this thread over to docbook-apps]

On Mon, Jun 09, 2003 at 08:37:34AM -0500, JABakken@dstsystems.com wrote:
> 
> I am using Xalan to transform an xml file into an html file. I have a table
> included in the xml file, in which I specified the column widths. I am
> trying to use the parameters use.extensions and tablecolumns.extension, but
> am receiving the following error message:
> 
> file:///c:/DocBook/xsl/docbook-xsl-1.59.1/html/table.xsl; Line #388; Column
> #42; No adjustColumnWidths function available.

This error is usually the result of a problem in
the CLASSPATH.  Either extensions/xalan2.jar file
was left out, or the path is incorrect, or the
syntax of CLASSPATH is wrong, or the file is unreadable.
 
> I had used these parameters about three weeks ago, and all was well. So I'm
> not quite sure why suddenly they are not working.

Hard to say.
Did anything in your command line change?
 
> Also, I am assuming that if I want to use version 1.60.1 of the stylesheet,
> that I must change the classpath. Is that all I need to do?

The classpath is used for the extension jar file, but not
for the stylesheet itself.  Your command needs to point
to the new stylesheet file directly (or through an XML
catalog file).

-- 

Bob Stayton                                 400 Encinal Street
Publications Architect                      Santa Cruz, CA  95060
Technical Publications                      voice: (831) 427-7796
The SCO Group                               fax:   (831) 429-1887
                                            email: bobs@sco.com


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