Hi,
I'm using xml and xsl transformation to generate a string containing html.
I was wondering what the best way is to view this html from a windows form?
The thing is, this windows forms application is executed from a network, so
if there is a way to show it without having to write out a .html file
somewhere first, please let me know!
If it can't be done, then where is the best place to write out this
temporary html file?
Thanks in advance!
Mark Rendle - 07 Dec 2004 14:53 GMT
Take a look at this: http://www.itwriting.com/htmleditor/index.php
Magali Smits - 20 Dec 2004 10:22 GMT
Thanks a lot!!
I'm still wondering though, if it was a regular win app), and I were to
launch the browser, is there a way to send the html string to this browser
without having to write out a html file?
> Take a look at this: http://www.itwriting.com/htmleditor/index.php