I would try looking at the samples bundled with xerces-c
http://xml.apache.org/xerces-c/samples.htmlAlso, the xerces programming guide will be helpful for beginner.
http://xml.apache.org/xerces-c/program.html-dc
On 14 Jun 2006 12:01:15 -0000, mayank shukla
<[EMAIL PROTECTED]> wrote:
Hi ,
I want to create a new xml file using xerce c++ API's
For that I would like to create a DOMDocument first then the buffer.
the buffer i will write into it,
Can anybody send me a example program or link which explains about creating new xml document and hecnce DOMDocument.
--MS