Hi Dean Thanks a lot for replying The link you gave me made me more understand about the problem i am facing.
But i am facing an problem presently here, all this code i need to write at the server side. I am trying to create an Document in which i can parse my string which i receive from the client. The server does not allow me to create an Document, its always failing to do so . the code is this: Document x1 = XMLParser.parse(string); I tired using import org.w3c.dom.Document; and ' import com.google.gwt.xml.client.Document; library but its still failing any suggestions wht might be going wrong? On Aug 25, 12:49 am, "Dean S. Jones" <[email protected]> wrote: > http://faq.javaranch.com/java/HowToPrettyPrintXmlWithJava --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
