Hi Mathieu, Mathieu Malaterre wrote: > [previously sent in fop-user mailing list] > > hi there, > > This is my first post to fop-dev, it is suggested to report bug here.
Actually bug reports should be made on Bugzilla: https://issues.apache.org/bugzilla/enter_bug.cgi?product=Fop Please could you open a new issue and post your sample FO file there? That will be easier to keep track of the problem. Thanks, Vincent > Here is my input docbook file: > > <?xml version='1.0' encoding='UTF-8'?> > <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" > "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" []> > <article> > <section> > <title>title</title> > <blockquote> > <para> > The <emphasis role="bold"><anchor > id="example.anchor.1"/>anchor</emphasis> element is empty and > contributes > nothing to the flow of the content in which it occurs. It is only useful > as a target. > </para> > </blockquote> > </section> > </article> > > which I process with: > > /usr/bin/xsltproc --stringparam fop1.extensions 1 --stringparam > ulink.show 0 --xinclude -o test2.fo > /usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl test2.xml > > and lead to: > <snip/> > > > I am using fop from today's trunk. I have attached the .fo file as > cmopressed gzip. > > Let me know if you need more info. > > Thanks !
