You need to add another template rule:
<xsl:template match="br">
<br/>
</xsl:template>
The default rule copies the content of an element but not the tags.
Michael Kay
http://www.saxonica.com/
Author, XSLT Programmer's Reference and XPath 2.0 Programmer's Reference