Hi;
I'd like to export a file to xml format, I have used the following call to write the file header (with xerces 1.7):


........
DOM_XMLDecl xmlDecl = doc.createXMLDecl( "1.0", format.GrabCString(), "yes" );
doc.appendChild( xmlDecl );
........


How can I did the equivalent with xerces 2.4?
Thanx for help.

Baccar M.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to