<a>
<b>x</b>
<b>y</b>
</a>
+
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl='
http://www.w3.org/1999/XSL/Transform' version='1.0'>
<xsl:template match='*'>
<xsl:copy><xsl:apply-templates/></xsl:copy>
</xsl:template>
</xsl:stylesheet>
=
<?xml version="1.0" encoding="UTF-8"?><a>
<b>x</b>
<b>y</b>
</a>
<a><b>x</b><b>y</b></a>
+
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl='
http://www.w3.org/1999/XSL/Transform' version='1.0'>
<xsl:template match='*'>
<xsl:copy><xsl:apply-templates/></xsl:copy>
</xsl:template>
</xsl:stylesheet>
=
<?xml version="1.0" encoding="UTF-8"?><a><b>x</b><b>y</b></a>
<a>
<b>x</b>
<b>y</b>
</a>
+
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl='
http://www.w3.org/1999/XSL/Transform' version='1.0'>
<xsl:output indent='yes'/>
<xsl:template match='*'>
<xsl:copy><xsl:apply-templates/></xsl:copy>
</xsl:template>
</xsl:stylesheet>
=
<?xml version="1.0" encoding="UTF-8"?>
<a>
<b>x</b>
<b>y</b>
</a>
<a><b>x</b><b>y</b></a>
+
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl='
http://www.w3.org/1999/XSL/Transform' version='1.0'>
<xsl:output indent='yes'/>
<xsl:template match='*'>
<xsl:copy><xsl:apply-templates/></xsl:copy>
</xsl:template>
</xsl:stylesheet>
=
<?xml version="1.0" encoding="UTF-8"?>
<a>
<b>x</b>
<b>y</b>
</a>