Roger,
Roger Roelofs wrote:
Thanks! In future I'll build test cases for questions to the list. Is there a way to get fop to save the .fo file it generates during the xslt transform?
You've got the file xalan.bat (which does this for FOP) in your 0.20.5rc2 root directory.
Just run this from the command line:
xalan -in foo.xml -xsl foo.xsl -out foo.fo
(where foo.xml is the path to your XML file & foo.xsl is the path to your XSL file).
Brought to you by our friendly neighborhood FOP committers...
:-)
On Tuesday, February 18, 2003, at 04:29 PM, J.Pietschmann wrote:
Roger Roelofs wrote:
It's probably me...but since I installed 0.20.5rc2 my section headings have been repeating at the top and bottom of the block in the pdf.
This was not intended. Well, in FOP it's not considered good styl to mix text and block FO like tables like you did (read: you'll run into bugs).
As a workaround, put the text into its own block: <fo:block><xsl:value-of select="@id" /></fo:block>
> Here's a fragment of the xsl file, and a fragment of the xml it operates
> on.
Usually, it is easier if a small but complete and self-contained
FO document was offered.
J.Pietschmann
-- Clay Leeds - [EMAIL PROTECTED] Web Developer - Medata, Inc. - http://www.medata.com PGP Public Key: https://mail.medata.com/pgp/cleeds.asc
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
