<?xml version="1.0" encoding="UTF-8" ?> <xsl:stylesheet version="1.0" xmlns="http://schemas.microsoft.com/intellisense/ie5" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" />
<xsl:template match="/">
<!--
Your XSL can start here.
And remember that http://schemas.microsoft.com/intellisense/ie5
can produce mal-formed XML!
-->
</xsl:template>
</xsl:stylesheet>