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: DOCBOOK-APPS: RE: Tables do not appear in fo


Jeff,

I'm using xsltproc and FOP, and have to try out some more stuff to do some recommendations for the company I work for. What I understand is that xsltproc supports fop extensions automaticly, so in my customization layer I must turn these off.

Thnx.

Jeroen.

-----Original Message-----
From: Jeff Beal [mailto:jeff.beal@ansys.com]
Sent: vrijdag 14 maart 2003 15:30
To: Jeroen Alblas; docbook-apps@lists.oasis-open.org
Subject: RE: DOCBOOK-APPS: Tables do not appear in fo


Which XSLT processor are you using?
Which FO formatter are you using?

The adjustColumnWidths function is an extension function Norm wrote.  It is
not implemented in XSL, but relies on different processor-specific
mechanisms.  If you're using Saxon, for example, you need to include
docbook-xsl-1.60.1/extensions/saxon65.jar in your java CLASSPATH.  If you're
using Xalan, you need to put xalan2.jar in your CLASSPATH.  If you're using
XSLTProc, you should not be using extensions.  Norm is working on writing
these extension functions in Python (at least the adjustColumnWidths
function), but that isn't done yet.

I have found that for HTML output, losing the adjustColumnWidths function is
a bad thing, but both Xep and FOP have good enough support for FO tables
that they don't need it.

Jeff

-----Original Message-----
From: Jeroen Alblas [mailto:jeroena@infosupport.com]
Sent: Friday, March 14, 2003 7:13 AM
To: docbook-apps@lists.oasis-open.org
Subject: DOCBOOK-APPS: Tables do not appear in fo


Hello,

When I have this option turned on in my docbook customization layer:

<!-- Use Extensions -->
<xsl:param name="use.extensions" select="'1'"/>

tables don't appear in the XSLFO file and I read:

"No adjustColumnWidths function available."

When I turn extensions off, they're back!

What's the problem?

Greetings,
Jeroen Alblas
* [mailto:jeroena@infosupport.com]
* + 31-(0) 318 55 20 20 (office)

Info Support,
Our know-how,
your competitive edge
Einsteinstraat 22-1
3902 HN Veenendaal
Tel : + 31 (0) 318 55 20 20
Fax: + 31 (0) 318 55 23 55
[http://www.infosupport.com]



Disclaimer   http://www.infosupport.com
***********************************************************************
This E-Mail Message is intended exclusively for the addressee. If the 
E-Mail was sent to you in error, please notify the sender immediately 
by replying to this E-mail. We would then request you to destroy the 
E-Mail and neither to use nor disclose the contents in any manner to 
third parties, as the message could contain confidential information 
which may be protected by the professional secrecy act. 

This footnote also confirms that this E-mail message has been swept for 
computer viruses.
***********************************************************************


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