Hi,
I need some generic application in C++ which will generate an XML file by reading an existing XML schema file (which decides the actual formal of the XML to be generated).
i.e., i have some data in some structure, and for that data i need to generate an XML file. Now this file needs to be generated in some specified format, which is dictated by the schema file. How do i generate the XML file for this.
How does Xerces help in XML generation??
Regards,
Pallavi.
-- .......................................................... dOUbt Is nOt A plEAsAnt cOndItIOn, bUt cErtAInty Is AbsUrd
