Perceive

XSLT and XHTML

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.