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: fop: anchors generating spaces


Hi,

  Did anyone notice that <anchor/> generate spaces depending on what
they are next to, eg.:

<?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/>
    <para><anchor id="a1"/>
    <emphasis role="bold">Definition:</emphasis> This is def #1</para>
    <para>
    <anchor id="a2"/><emphasis role="bold">Definition:</emphasis> This
is def #2</para>
  </section>
</article>

Using fop it generates the attached pdf file.

Comments on whether this is expected, or is this something I should
report to fop team ?

Thanks,
-- 
Mathieu

demo_anchor.pdf



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