InDesign: Import XML via AppleScript

is it possible for InDesign to import XML from a string in memory as well as from a file? I'm generating XML from an AppleScript and controlling ID from the same one, so it would be nice not to have to write a file and read it in again.

I know about "import XML from +file+"


What I want to do is just build a string containing XML and place that in a text box whereupon ID will map the tags to styles. Is that possible?
 
   
Back
Top