I'm using MSXML (6.0) to convert an internal object to MSXML document (MSXML2::DOMDocument60) and write the XML to a file. The internal object might be quite big which causes very high memory consumption while the MSXML document is created at runtime. is there a way to serialize the XML to a file while it's been created in order to reduce the memory consumption?
No comments:
Post a Comment