summaryrefslogtreecommitdiff
path: root/tests/general/bug-147-4.imp
blob: af2b006569b6b0b635328c95c184cfdcac665c9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
                xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<xsl:import href="./bug-147-5.imp"/>

     
<xsl:template match="action[@name='ShowPage']
                           [@event='onClick']
                           [pass-param/@name='pageid']">
  <xsl:text>template#1 in module#4;</xsl:text>
</xsl:template>

</xsl:stylesheet>