Getting the Contents

If you start a writer with xmlWriterNewToString(), then it will write its output to an internal buffer. You can get the contents of this buffer with xmlWriterGetContent(). Note that unless xmlWriterEndDocument() has been called, the results of this may not be a complete XML document.


SEE ALSO
xmlWriterGetContent


Copyright © Thunderstone Software     Last updated: Apr 15 2024
Copyright © 2024 Thunderstone Software LLC. All rights reserved.