hallo,
I am trying to display some xml in a webbrowser control. I found out that the webbrowser has some problems displaying xml. So, I was thinking I could use a xsl and convert the xml to html and then displaying the result in the webbrowser.
The problem is that this xml-xsl --> html conversion is normally done by the webbrowser itself (in fact when I display a xml converted to html in IE and I click "view source" I still see the xml code, and not a html code. This means that the conversion xml-->html is done by the rendering engine of the browser...(?)...I think).
So my question is: is there somewhere a function that really does the job: takes two strings (xml,xsl) and gives a html string?
Thanks for suggestions
I am trying to display some xml in a webbrowser control. I found out that the webbrowser has some problems displaying xml. So, I was thinking I could use a xsl and convert the xml to html and then displaying the result in the webbrowser.
The problem is that this xml-xsl --> html conversion is normally done by the webbrowser itself (in fact when I display a xml converted to html in IE and I click "view source" I still see the xml code, and not a html code. This means that the conversion xml-->html is done by the rendering engine of the browser...(?)...I think).
So my question is: is there somewhere a function that really does the job: takes two strings (xml,xsl) and gives a html string?
Thanks for suggestions