xmlns:xslo="http://www.w3.org/1999/XSL/TransformAlias"
version="1.0">
-<xsl:output indent="no"/>
+<xsl:output indent="no" method="xml"/>
<xsl:namespace-alias stylesheet-prefix="xslo" result-prefix="xsl"/>
</xsl:choose>
</xsl:template>
+<xsl:template match="comment()
+ [starts-with(string(.), 'This file was created automatically')]">
+ <xsl:text> </xsl:text>
+ <xsl:comment>This file was created automatically by xhtml2xhtml5.xsl from the xhtml stylesheet.</xsl:comment>
+ <xsl:text> </xsl:text>
+</xsl:template>
+
+<xsl:template match="comment()
+ [starts-with(string(.), 'from the HTML stylesheets')]"/>
+
<xsl:include href="../common/subtitles.xsl"/>
</xsl:stylesheet>