Link to home
Start Free TrialLog in
Avatar of Ccamel1
Ccamel1

asked on

How to excract svg code from Adobe SVG Viewer 3.03 by script?

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


ASKER CERTIFIED SOLUTION
Avatar of BitBlitz
BitBlitz

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Tolomir
This question has been classified as abandoned and is closed as part of the Cleanup Program. See the recommendation for more details.