Hi list,
I posted a problem with ids earlier today and have since tried to solve
it with some help from the FOP list. Here is a comment from
J.Pietschmann, who is quite able concerning the FOP stuff.
Here is the XML that corresponds to the FO below:
<qandaentry>
<question>
<para>Difference of binary distribution from source code
distribution?
XML parser.</para>
<para><author><firstname>Jenny Pearl:</firstname></author>
[...]
Do I really need these?
</para>
</question>
<answer>
<para>
Yes, you have to download (for example) Xerces from xml.apache.org
and add
it to your CLASSPATH environment variable.
</para>
</answer>
</qandaentry>
-----Original Message-----
From: J.Pietschmann [mailto:[EMAIL PROTECTED]]
Sent: Donnerstag, 10. Oktober 2002 22:09
To: [EMAIL PROTECTED]
Subject: Re: The id N400036F already exists in this document
Stephan Wiesner wrote:
> That helped some.
> I entered the page-break and afterwards could transform the FO to PDF.
> Here is the FO code (including the helpful break):
>
> <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em"
> space-before.maximum="1.2em">
>
> <fo:block break-after="page"/>
>
> <fo:list-item-label id="d0e1380"
> end-indent="label-end()"><fo:block>A:.</fo:block></fo:list-item-label>
> <f
> o:list-item-body start-indent="body-start()"><fo:block
> space-before.optimum="1em" space-before.minimum="0.8em"
> space-before.maximum="1.2em">
> Yes, you have to download (for example) Xerces from xml.apache.org
> and add
> it to your CLASSPATH environment variable.
> </fo:block></fo:list-item-body></fo:list-item>
Interesting. I'll try to track it down in the source.
You can try to enforce a page break on the list item in your DocBook
source so that you don;t have to fiddle with generated files (actually,
you produced FO code which is illegal and work only by accident)
J.Pietschmann