<?xml version='1.0'?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="xml" encoding="UTF-8" indent="yes"/>

<xsl:template match="/">
	<xsl:text disable-output-escaping="yes">A&amp;B</xsl:text>
</xsl:template>

</xsl:stylesheet>