I tried also to insert http:// but it gives still the error that the pdf is damaged.
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.test.org";>TEST</fo:basic-link>
</fo:block>


So, there are no other possibilties ? Do I have to re-install Cocoon. Ist there a bug in the FOP ( until now I found only documented a bug for the internal-destination and this only if you use it in a table).


Thank you all a lot for any help!!!



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]



Reply via email to