Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to create a new xml file using xerces xml api?

Status
Not open for further replies.

IcedCake

Programmer
Jun 7, 2002
3
0
0
US

Hi,

I'm new in xerces xml api, but I need to create a new xml file using the xerces xml api. I could read the xml file now, but not success in writing a new one.
Could anyone help me with this? or give me some link to examples?

Thanks a lot in advance.

 
I think xerces apis are used to parse XML document, instead of generating XML document. If you want to create a XML documents, you have to write XML statements yourself.

Hope this can help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top