summaryrefslogtreecommitdiff
path: root/tests/general/bug-147-2.imp
blob: 86aa3b5d98fc2464ae05b88d1591245ee02d6065 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
                xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
     
<xsl:template match="interestguide">
  <xsl:text>template#1 in module#2;</xsl:text>
  <xsl:apply-templates/>
</xsl:template>

</xsl:stylesheet>