Hi,
I am working on a program that creates several XML DomDocuments, opens and closes an XML reader and parses XML data into arrays. When I added the arrays I started getting out of memory errors when I run the programs.
Is the each XML DomDocument held in memory until the program exits, if so is there a way to release the DomDocument object. Something like when to close the reader or writer.
Thanks,
Jean