C-based (SAX style) XML generator recommendations?
Posted
by Eonil
on Stack Overflow
See other posts from Stack Overflow
or by Eonil
Published on 2010-04-29T01:46:19Z
Indexed on
2010/04/29
1:47 UTC
Read the original article
Hit count: 463
I'm making an XML generator library for Objective-C in iPhone. It's pretty big work making fully standard based generator. So I'm finding a well-documented, stable, proven C lib for generating XML document string by commands (or events) like SAX parser.
Any recommendations?
© Stack Overflow or respective owner