This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: FOP bookmarks vs PassiveTex bookmarks


On Mon, 20 Jan 2003, Jens Stavnstrup wrote:

> Tilly,
> 
> Your problem is caused by the fact, that FOP does accept page-id from 
> page-sequences, which Norm generate (This is obvious a FOP bug). 


Well the issue is actually, that FOP does NOT accept page-id from
page-sequences. So what I do is


  <fo:page-sequence id="label">

    ...

  </fo:page-sequence>



Filtered version


  <fo:page-sequence>
    <fo:block id="label">

    ...

    </fo:block>
  </fo:page-sequence>

Regards

Jens










Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]