Hi
I have a textfield containing my XML and another containing my XSL.
How can i merge these two together so i can view the result in a webbrowser control?
Printable View
Hi
I have a textfield containing my XML and another containing my XSL.
How can i merge these two together so i can view the result in a webbrowser control?
Not sure if this will help but you can try with XmlWriter or XmlDocument .
I think he's asking if its possible to include the XSL inside the XML document.... instead of linking it externally, and I from I saw here, I assume it can be done (never tried it personally.)
http://www.w3.org/TR/xslt#section-Embedding-Stylesheets
hmm... im a total beginner in xml/xsl... how can i do it with the Xmlwriter?
have a look at xsltransform
Microsoft KB Article 300934
thx.. I figured it out..