>>>>> "JAF" == J Aaron Farr <[EMAIL PROTECTED]> writes:
JAF> So my question is: is this the only way to get the value of the
JAF> HREF attribute for the xlink? Why do I not get a return from
JAF> link.getAttribute("xlink:href")?
Because the correct way to access the href attribute in the xlink
namespace is:
link.getAttributeNS("http://www.w3.org/1999/xlink", "href");
JAF> And why is there no getter for the SVGAElement "link" in the
JAF> LinkActionEvent class? Any thoughts?
I don't know for certain, if I had to guess there were concerns
about memory leaks...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]