Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
XML (Extensible Markup Language)
|
XML SamplesXSL Server-side Sample |
||||
Download sample | ||||
Description
This demo uses an ASP file to transform XML into HTML for display on the client.
More DetailsOn the server, an XML document and XSL stylesheet are loaded and parsed. Through the XML Object Model, the XSL tree is applied to the XML tree, resulting in an HTML string. This string is returned to the client and displayed in the browser. This method of displaying XML can be extremely useful to those wanting to display XML on downlevel clients.
Browser/Platform CompatibilityTo view this demo, all you need is a browser that supports HTML. To run the ASP page you need to have the MSXML.DLL installed on an IIS server, by installing Internet Explorer 5.
Related LinksThe following link is to a related article.