Hi,

there is a line in
plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/helper-commonElements.xsl
which I changed locally for me:


@@ -368,7 +368,7 @@
       <xsl:apply-templates/>
     </fo:block>
   </xsl:template>
-  <xsl:template match="link|fork|jump">
+  <xsl:template match="link|fork|jump|a">
     <xsl:variable name="color"
       select="$config/colors/col...@name = 'body']/@link"/>
     <xsl:choose>

Is it a bug or feature that <a></a> is not supported here?

If I add it, the links will be activated, however they might be not useful
in all cases yet when generating the wholesite.pdf, where
external links need to be changed to internal links...

Thomas