In our SVG document, we would like to render a list of links. We are rendering them similar to the following:
<a xlink:href="" href="http://www.google.com"">http://www.google.com">Google</a>
We have also tried removing the xlink namespage on the href attribute.
However, this does not have the desired effect (none). Ideally,
it would spawn the system default browser, but I imagine this is not
the behavior everyone would want. Is there any built in support
for handling external links? Or do we need to register a listener
in the java class which in turn can handle the external link request?
Thanks!
Birch
- <a xlink:href .../> not working properly J B
- Re: <a xlink:href .../> not working properly Andreas Neumann
- Re: <a xlink:href .../> not working proper... J B
- Re: <a xlink:href .../> not working pr... Andrew Plotkin
- Re: <a xlink:href .../> not workin... J B
- Re: <a xlink:href .../> not w... J B
- Re: <a xlink:href .../> n... Andreas Neumann
- Re: <a xlink:href .../&g... J B
- Re: <a xlink:href .../&g... Andrew Plotkin
- Re: <a xlink:href .../&g... J B
- Re: <a xlink:href .../&g... thomas . deweese
