It looks like there is no way to parse an XML file in the actual gnome shell tool extension.
This means you can not parse svg.
Any workaround ?
It looks like there is no way to parse an XML file in the actual gnome shell tool extension.
This means you can not parse svg.
Any workaround ?
partially solved with E4X, to parse SVG I had to setup default xml namespace.
default xml namespace = new Namespace('http://www.w3.org/2000/svg');