Is TxmlDoc.ToString() an efficient way to get the contents of the xml (to save it to a ramstream - for a zip package)?
zipengine allows me to add a file from a ramstream, but I don't see any other way of getting one then copying TxmlDoc.ToString() into a new one.
zipengine allows me to add a file from a ramstream, but I don't see any other way of getting one then copying TxmlDoc.ToString() into a new one.