|
Thanks for looking at this
I have written a JavaScript that is initiated by Adobi Illustrator. Adobi has provided some application specific methods that allows mannipulation of a graphic immage. They also make certain pieces of data available. My script forces some save settings and captures some data about the SVG graphic that the artist is creating. I save that data in a well formed xml document. I want to read that XML document with my script and make changes to it. If I could reference it in the DOM by tag names it would be much easier.
Since there is no browser involved, I'm assuming I need to somehow load/populate the DOM tree before I can reference data. Is this not the case?
Thanks in advance
Steve
|