Hi,
Sorry for my bad english.
I'm using Batik applet to display SVG generated and sent by a servlet.
The svg contains links to HTML pages.
Here is an extract of the SVG file :
<a xlink:href="http://www.google.fr/" xlink:show="replace">
<text x="10" y="60">Link test (xlink:show="replace")</text>
</a>
With Adobe SVG viewer the link work : the page test.html is displayed.
In a batik applet, it don't work : nothing happens
In Squiggle, we have this error : java.net.ConnectException: Connection
refused: connect.
We use the demo class as base (http://xmlgraphics.apache.org/batik/demo.html)
for displaying our SVG.
Have you an idea of cause of our problem ?