Hi cocooners

I'm using loadDocument(path2myxml) to act on an xml file in my flow. Before
going into a new dev I was wondering if there allready existed a
"savedocument(document , path)" or document.save() function, that saves
back to disk the applied modifications. I found saveXML in the
sessionContext, but can't use it in the FLow.

var document = loadDocument("path/labels_multi.xml");
---XML modfications---
document.save();

Thanks for the thoughts
Tibor


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to