Hi Tobias, this does not look like a good fitting use case for gwt.
You may change your strategy and open a new browser window to get your xml. (Window.open) And you implement a classical servlet which returns your xml. Stefan Bachert http://gwtworld.de On 19 Mai, 13:46, Tobias Höfler <[email protected]> wrote: > Hi all, > > I receive a xml string from the server-side. This xml should now be > displayed at the client side as described in an xsl file. > Everything works fine if i just open it in a browser, but actually, i > don't know how i could include this in gwt. > > Thanks a lot for any suggestions in advance. > > cheers, > Tobias > > -- > 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 > athttp://groups.google.com/group/google-web-toolkit?hl=en. -- 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.
