In the error-log of cocoon is empty. If I comment out the basic-link tag (and leave the block tag where it is) every thing
works fine.
<fo:block>
<fo:basic-link external-destination="http://www.zvon.org">ZVON</fo:basic-link>
</fo:block>
Jessica Niewint wrote:
> I got a problem to insert a external link to my xsl file with > <fo:basic-link>.
</snip>
<fo:basic-link external-destination="www.test.org">TEST</fo:basic-link>
You are missing the "http://" from the start of the URL. Otherwise I believe FOP will assume a "file:/" protocol?
Cheers!
Con
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]