Skip to main content

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

At 10:00 27/10/2003 +0600, you wrote:
Hi,

What I meant by HTTP server is nothing complex as Flash XML socket
server or Web Matrix server. It's just a TCP socket connection providing
HTTP header+ document.

If u want to render your XML with XSL u can either
do the XSLT transformation before sending the document via socket and
send the HTML document directly or
u can add XML style sheet header on top of the XML document so the
browser will take care of the XSLT.

hi again. just wanted to say it worked fine. thanks a lot for the help and suggestions.


/*
 * Dagi3d v3 http://dagi3d.net
*/



Back to the top