You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xerces.apache.org by Andy <bo...@gmail.com> on 2021/06/25 17:56:26 UTC

How to choose output stream?

I see example SAXPrint.
In SAXPrintHandlers::characters is fFormatter.formatBuf(chars, length,
XMLFormatter::CharEscapes) which writes to standard output.
How to change output? I want at first write divider which divide large XML
file with millions objects to smaller XML files (for example 100 thousands
objects per file)