Re: How to create an XML file in memory not in hard disk
Posted By:
Cristiano_Sadun
Posted On:
Tuesday, July 6, 2004 07:15 AM
Use the same method you would use to create it to disk, but a StringWriter/ByteArrayOutputStream instead of a FileOutputStream.