Transformed XML Display
XML / XSL
3
Posts
3
Posters
0
Views
1
Watching
-
using XSL ... Your question is way too general, so I'll recommend that perhaps you get yourself a good XML book (i.e., Teach yourself XML in 24 hours). As for displaying HTML in a windows Application, you'll need to make use of the IBrowser/IBrowser2 interface. D.
-
One way to do this is to learn Xsl Transformations (W3C Tutorial[^]), transform Xml to Html using
System.Xml.Xsl.XslTransform
object and display it using WebBrowser COM object. (See Hosting a webpage inside a Windows Form[^] and Using the WebBrowser control in .NET[^])Tomáš Petříček :baaaa!: EeekSoft Tools www.eeeksoft.net