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: Bookinfo elems output on separate pages (fo)


Hi,

I'm having problems with <bookinfo> elems coming out on separate pages.
Given the following:

<bookinfo>
 <title>Valgrind User Manual</title>
 <releaseinfo>&rel-type; &rel-version; &rel-date;</releaseinfo>
 <copyright>
  <year>&vg-lifespan;</year>
  <holder><ulink url="&vg-developers;">Valgrind Developers</ulink></holder>
 </copyright>
 <legalnotice>
  <para>Email: <ulink url="mailto:&vg-vemail;";>&vg-vemail;</ulink></para>
 </legalnotice>
</bookinfo>

I get this:
------------------------------------------------
           Valgrind User Manual

         (rest of page is blank)
------------------------------------------------
Valgrind User Manual
Copyright 2000-205 Valgrind Developers [http://....]
Email: valgrind@valgrind.org [mailto:...]

         (rest of page is blank)
------------------------------------------------
Table of Contents
... ...
... ...
------------------------------------------------



What I would _like_ to have (which is what I get in html output) is this:
------------------------------------------------
           Valgrind User Manual

Copyright 2000-205 Valgrind Developers [http://....]
Email: valgrind@valgrind.org [mailto:...]


------------------------------------------------
Table of Contents
... ...
... ...
------------------------------------------------

Having trawled through the fo output, I found this:
  <fo:block xmlns:axf="http://www.antennahouse.com/names/XSL/Extensions"; 
break-after="page"/>

If I remove this 'by hand', then things look up a bit:
------------------------------------------------
           Valgrind User Manual

Valgrind User Manual
Copyright 2000-205 Valgrind Developers [http://....]
Email: valgrind@valgrind.org [mailto:...]

------------------------------------------------
Table of Contents
... ...
... ...
------------------------------------------------

But why is the title being output twice?
And how can I remove this annoying page break?
I hope someone can shed some light on this.

(using xsltprox + pdfxmltex)


Donna
















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