XSLT and XHTML
Posted on Tuesday, Dec 4, 2001 12:00 AM
For those of you that are using XSLT to transform your XML into XHTML pages, make sure you set your xsl:output as such:
<xsl:output encoding="UTF-8" method="xml" indent="yes"/>
it will save you a lot of hair.