- From: Bebs Berteh <berteh@hotmail.com>
- Date: Fri, 28 Oct 2005 16:32:53 +0200
- To: www-svg@w3.org
Hello,
I'd like to access the "uncles" elements of a give element in an svg file
using DOM tree with javascript; the 2 following calls don't work, in both
cases "element" is a "svg:group" node.
var uncles = ((element.getParentNode()).getParentNode()).getChildNodes();
var uncles = element.getParentNode.getParentNode.getElementsByTagName('g');
Cay you help me fixing this, or give me some hint on where I can get debug
information in FireFox?
thanks!
Berteh.
Received on Friday, 28 October 2005 16:59:11 UTC