could you send a piece of your code and the error stack? On Tue, Aug 25, 2009 at 7:07 PM, Rahul <[email protected]> wrote:
> > Hi, > Thanks for replying > I am using import org.w3c.dom.Document; > for creation of an document and its failing > > > > On Aug 25, 12:28 pm, Manuel Carrasco Moñino > <[email protected]> wrote: > > I don't know which library are you using in server side, but If you are > > using gwt xml manipulation classes in server side they don't work because > > they uses browser's native methods. > > > > Manolo Carrasco > > > > On Tue, Aug 25, 2009 at 4:56 PM, Rahul <[email protected]> wrote: > > > > > Hi, > > > I am getting an xml document as string from my client to the server. > > > On the server i want to declare a document and want to manipulate the > > > contents from the client, but whenever i am using Document or > > > XMLParser, my server code fails? > > > > > Does anyone knows the reason why any xml manipulations are failing on > > > the server side? > > > > > Sincerely, > > > Rahul > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
