Anyone knows good XML writer Library
- From: Sachin <Sachin@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 25 Feb 2009 20:08:01 -0800
hi
in my application i want to write a XML file .
is anyone ware of good XML writer library which i can use from C++ code
The nature of my application would prefer DOM style XML writing
i give you an idea of exact requirement
the format of Document would be
<EMAIL>
<subject></subject>
<from/>
<to/>
<cc/>
<bcc/>
<Document-hash/>
<size>
<Attachment>
<Document>
<Name> </Name>
<hash> </hash>
<size> </size>
</Document>
</Attachment>
</EMAIL>
Initally i have written my own XML writing Class. which writes data in SAX
fashion
but now i want to store all the Email related data in memory till i finish
processing all attachments.
and then update few of the parent properties and dump all in file.
This would typically need to store a tree like Data structure of all these
element
Is there any library which can build such tree for me ?
thanks
Sachin
.
- Follow-Ups:
- Re: Anyone knows good XML writer Library
- From: Carl Daniel [VC++ MVP]
- Re: Anyone knows good XML writer Library
- From: Alex Blekhman
- Re: Anyone knows good XML writer Library
- Prev by Date: Re: String constant's "constness"
- Next by Date: Re: CreateFile API and UTF-8 encoding
- Previous by thread: Re: Strange - a simple assignment statement shows error in VC++ but works in gcc !
- Next by thread: Re: Anyone knows good XML writer Library
- Index(es):
Relevant Pages
|
Loading