Looking for streaming xml pretty printer in C/C++ using expat or libxml2
- by Mark Zeren
I'm looking for a streaming xml pretty printer for C/C++ that's either self contained or that uses libxml2 or expat. I've searched a bit and not found one. It seems like something that would be generally useful. Am I missing an obvious tool that does this?
Background: I have a library that outputs xml without whitespace all on one line. In some…