- IE6 and Firefox provide good support for XSLT within the browser
- Presenting an XML file with an associated stylesheet will cause the file to be rendered
- The stylesheet can be either CSS or XSLT
- If the stylesheet is XSLT, the resulting document could be HTML
- We will only consider the case where it is XHTML
- In this case, the XSLT stylesheet is transforming the Source Tree into an XML document
An IE example: The thought