| From | Sent On | Attachments |
|---|---|---|
| dbo...@centrum.cz | Feb 18, 2002 1:07 pm | |
| Bob Stayton | Feb 18, 2002 1:55 pm | |
| Jirka Kosek | Feb 19, 2002 9:05 am | |
| Alex Lancaster | Feb 22, 2002 2:29 am | |
| Daniel Veillard | Feb 22, 2002 2:46 am | |
| Norman Walsh | Feb 22, 2002 2:53 am | |
| Norman Walsh | Feb 28, 2002 11:36 pm | |
| Daniel Veillard | Mar 1, 2002 1:06 am |
| Subject: | Re: DOCBOOK-APPS: No frames around tables - how to activate Saxonextensions for Norman Walsh's XSL 1.48? | |
|---|---|---|
| From: | Bob Stayton (bo...@caldera.com) | |
| Date: | Feb 18, 2002 1:55:01 pm | |
| List: | org.oasis-open.lists.docbook-apps | |
On Mon, Feb 18, 2002 at 10:04:54PM +0100, dbo...@centrum.cz wrote:
Hello,
I use PassiveTex for generating PDF from DocBook. Currently I use full Saxon 6.5 with JDK 1.3.1_01. I have this problems:
1.) Tables, that hasn't specified sizes of columns are displayed incorretly - I solved it by specifying size for every column.
2.) Tables are without frames
I have read somewhere, that parameters "tablecolumns.extension" and "use.extensions" solve this problems. So I set it to "1", but now Saxon generate this message:
No adjustColumnWidths function available. Processing terminated by xsl:message at line 183
It seems, that I must set path to .jar archive with extensions for my verion of Saxon (6.5). So I set PATH=.....\xsl-1.48 \extensions, where "saxon65.jar" is located, but it doesn't work.
How must be path to SAXON65.JAR set? And one question to end - can I use extensions with Instant Saxon? If you have some experiences with this problems, please help me.
You are close. The environment variable is CLASSPATH, not PATH, and its needs to include the jar filename, not just the directory that contains it:
CLASSPATH=...\docbook-xsl-1.48\extensions\saxon65.jar
If you set this in the Windows environment, then it should work with Instant Saxon too.
Bob Stayton 400 Encinal Street Publications Architect Santa Cruz, CA 95060 Technical Publications voice: (831) 427-7796 Caldera International, Inc. fax: (831) 429-1887 email: bo...@caldera.com





