uesday, July 27, 2004 1:20 PM
To: [EMAIL PROTECTED]
Subject: XML Header v2.4
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.Grab
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