Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Re: html browser

Hi Borja,

 

I also faced the same problem. I couldn’t find any good solution at that time. But I use pretty ugly work around to the problem.

I provide my XMLs via a small HTTP server written by myself, and the HTTP server converts my XMLs in to a socket streams which can be displayed by the Browser widget. It doesn’t take more than one hour to write a small server for this purpose.

 

Hasith


Back to the top