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"/>
<p><br />it will save you a lot of hair.</p>