|
Daniel, My comments may have been misleading. I wish to output a document that has been altered once loaded/parsed. While the data was read from memory, parsed, and stored into a document (xmlDocPtr), the xmlDocDumpMemory or xmNodeDump functions output the xmlDocPtr to a buffer. It does not appear that xmlSaveToBuffer provides the same capability. xmlSaveToBuffer uses a buffer as input, where I wish to used the updated xmlNodePtr. xmlSaveDoc uses a xmlSaveCtxtPtr and xmlDocPtr, however the xmlSaveCtxtInit /New/Save functions are not public API's that can be called directly to create a Ctxt pointer with necessary options. Suggestions? Thanks.............Dan Daniel Veillard wrote: On Tue, May 01, 2007 at 01:14:42PM -0400, Dan Ryan wrote: |