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: boomarks don't work well


For another solution, se my mail to the DocBook-Apps list on Jan 20, 2003

Regards

Jens


On Thu, 6 Feb 2003, Marko Petersen wrote:

> At 23:46 05.02.2003 +0100, Tobias Reif wrote:
> >I'm using recent NW-DBK2FO-XSLTs, FOP 0.20.4, and
> >
> >   <s:param name="fop.extensions" select="1"/>
> >
> >I get bookmarks in the PDF, but only some of them work:
> >Clicking on component (chapter, glossary etc) titles doesn't have any effect.
> >Only section bookmarks (eg sect1) work.
> 
> Same for me, I fixed that the following way:
> In glossary/component/division/index.xsl and so on, search for
> "titlepage". And if you find something like
> 
> <fo:flow flow-name="xsl-region-body">
>      <xsl:call-template name="dedication.titlepage"/>
> </fo:flow>
> 
> add a fo:block with the id to reference:
> 
> <fo:flow flow-name="xsl-region-body">
>      <fo:block id="{$id}">
>          <xsl:call-template name="dedication.titlepage"/>
>      </fo:block>
> </fo:flow>
> 
> And not only for dedication, for every component you need...
> 
> Greetings,
> 
> Marko
> 
> >Tobi
> >
> >--
> >http://www.pinkjuice.com/
> >
> 
> 
> 

Regards,

Jens

------------------------------------------------------------------------
Jens Stavnstrup                            Phone :
Danish Defence Research Establishment         Voice : + 45 - 39 15 17 97
Ryvangs Alle 1 - P.O. Box 2715                Fax   : + 45 - 39 29 15 33
DK - 2100 Copenhagen O.                    E-Mail (Internet) :
Denmark                                       js@ddre.dk
------------------------------------------------------------------------





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