Hi,

Is there a way to dynamically insert sub-items in the bookmarks?

I am dynamically creating the .fo file using xsl and I can't set up the 
bookmarks at the start since I don't know what they will called or how many 
there will be so I need to insert them on-the-fly as I find them

I can't see a nice way of doing this
The only way I have seen sub-bookmarks inserted is the following

<fox:outline>
  <xsl:attribute name="internal-destination"><xsl:value-of 
select="@NAME"/></xsl:attribute>
  <fox:label><xsl:value-of select="@NAME"/></fox:label>
 
  <fox:outline>
    <xsl:attribute name="internal-destination"><xsl:value-of 
select="@SUBNNAME"/></xsl:attribute>
    <fox:label><xsl:value-of select="@SUBNAME"/></fox:label>
  </fox:outline>
</fox:outline>

To do this I would have to process the file twice which seems a bit inefficient

Any suggestions?

        Vin
------------------------------------------------------------------------
[EMAIL PROTECTED]
------------------------------------------------------------------------
For every complex problem, there is a solution that is 
simple, neat, and wrong.
------------------------------------------------------------------------

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

Reply via email to