Re: Problem with parser from XML to String on GWT

2013-01-08 Thread Crease
Thanks for your answer, Do you know any way of write a file XML to String in GWT? I know make it in java with XMLSerializer, StringWriter, OutputFormat but I look for as make it and I don´t find it. If you know make it, I thanks you for explain me. Postscript: I sorry for my english. Thanks.

Problem with parser from XML to String on GWT

2012-12-20 Thread Crease
Hi, I have a problem when I try parser from XML to String on GWT. In other application that it´s not GWT, I don´t have problem and I make correctly. I´m reading but I don´t find any solution. The next code work well, but It don´t work on GWT.

Re: Problem with parser from XML to String on GWT

2012-12-20 Thread Jeffrey Chimene
On 12/20/2012 09:32 AM, Crease wrote: Hi, I have a problem when I try parser from XML to String on GWT. In other application that it´s not GWT, I don´t have problem and I make correctly. I´m reading but I don´t find any solution. The next code work well, but It don´t work on GWT. These

Re: Problem with parser from XML to String on GWT

2012-12-20 Thread Jens
For XML parsing in GWT: https://developers.google.com/web-toolkit/doc/latest/DevGuideCodingBasicsXML -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit