I'm i a desperate situation - must use IE8 with Adobe viewer to handle SVG image.
I'm modifying SVG image in it acessing its DOM by ECMA/Java script works OK.
But now I need to extract XML code of the changed image by script and send it to even a cgi gateway for making a transformation, something like:
var mydesiredXMLcode=myEmbedDoc.documentElement.innerHTML which works in other browsers such as FF.
Have no idea how to do it, neither google does...
Thx