Hi there,

I try to implement (PDF-) bookmarks.

Am I right, that fo:bookmark-tree has to be *before* the fo:page-sequence - block ..?

I have a XML-file with tags like "<h1>" and so on. In the XML-file, the h-tags have no id-attribute, but they are generated later within the XSL script:

<xsl:template match="h1">
<fo:block font-size="150%" ....
id="{generate-id(.)}">

So, Am I right that I can't access these id-attributes from the bookmark-tree because the id's are generated later? Or Am I making something completly wrong here?

Thanx again :-)

Tom
--
----------------------------
http://www.thomas-zastrow.de

German Forum - DTP under Linux:

http://www.opendtp.de
----------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to