XML declaration with GWT XMLParser

houroc

New Member
I have created XML on the client side using GWT XMLParser.createDocument().But all my xml files lack the xml declaration "How can one add a declaration using the GWT XMLParser?Or is GWT's com.google.gwt.xml.client is a very simple DOM tool so it cannot create the XML declaration?
 
Back
Top