linking to internal destinations.
"'aaaccccddeeeeeegggghhiiiiijklllllnnnnooorrrsssstttuuuuuuwyzzzAAACCCCDDEEEEEEGGGGHHIIIIIJKLLLLLNNNNOOORRRSSSSTTTUUUUUUWYYZZZ'"/>
<xsl:template match="*" mode="fop.outline">
+ <xsl:if test="@id">
+ <fox:destination internal-destination="{@id}"/>
+ </xsl:if>
<xsl:apply-templates select="*" mode="fop.outline"/>
</xsl:template>
<xsl:apply-templates select="*" mode="fop.outline"/>
</xsl:otherwise>
</xsl:choose>
+ <fox:destination internal-destination="{$id}"/>
</xsl:template>
</xsl:stylesheet>