https://issues.apache.org/bugzilla/show_bug.cgi?id=48765

--- Comment #6 from Bela Hausmann <p...@belahausmann.name> 2010-05-23 15:34:47 
EDT ---
I found a dirty workaround so that everything works 'till this is fixed:

Add this to your fo XSL file

<xsl:template match="anchor">
  <xsl:variable name="id">
    <xsl:call-template name="object.id"/>
  </xsl:variable>
  <fo:inline id="{$id}"></fo:inline>
</xsl:template>

Note that there should be the ZERO WIDTH NO-BREAK SPACE unicode charater
(U+FEFF) in the fo:inline tag (<fo:inline id="{$id}">U+FEFF</fo:inline>). A
unicode font is probably needed for this to work.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to