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] | [Elist Home]


Subject: Re: DOCBOOK-APPS: 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











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


Powered by eList eXpress LLC