Subject:Saving an XML file Author:Bob Sawyer Date:03 Jun 2008 04:50 PM
Is there a way to load (via DOM) file do some processing and then save the XML file as XML? Or is the file somehow converted to EDI? This would be done on the fly so I wouldn't be able to come back to SS to do it.
Subject:Saving an XML file Author:Tony Lavinio Date:03 Jun 2008 05:28 PM
This is what the XmlConverters package is for.
We include design-time components with Stylus Studio.
The run-time versions are available from http://www.xmlconverters.com and can be embedded in
your Java or .Net programs or called from the command
line.
From your code, we support DOM, SAX, StAX, XmlReader,
XmlWriter.