Re: Can expat add "write xml file" support?

Robert Bielik <[email protected]> Mon, 11 Jan 2010 09:24:21 +0100
Newsgroups gmane.text.xml.expat.general
Message-ID <[email protected]>
Kun Niu skrev:
> Dear all,
> I'm trying to use expat for my xml file manipulation library. But I find
> that it doesn't support writing to an XML file. I wonder if the
> developer will have a plan to provide such an API. 

Very unlikely. Expat focuses on fast XML parsing, you'll have to look to other solutions for writing
XML, and there are many...

/R