So I understand it is possible to parse an xml file from a location on disk using: parser->parse(gXmlFile); where gXmlFile is the file location.
I would like to serialise the contents of dom to 'memory' rather than disk, then parse it back in from memory Is this possible?
