summaryrefslogtreecommitdiffstats
path: root/libxslt/tests/REC/test-7.4.xsl
blob: 08dbbe3be9b6c7c71e47bd3c8ee8704d3c324fb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
<xsl:stylesheet
  version="1.0"
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<xsl:template match="doc">
<doc>
<xsl:comment>This file is automatically generated. Do not edit!</xsl:comment>
</doc>
</xsl:template>

</xsl:stylesheet>