summaryrefslogtreecommitdiffstats
path: root/dom/tests/reftest/bug1389406-01.xsl
blob: 856a6a711eff6039218c6e9cac46f38c17b25d0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.1"
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
>

<xsl:import href="bug1389406-02.xsl"/>

<xsl:template mode="title" match="*">
  <xsl:value-of select="."/>
  <xsl:apply-imports />
</xsl:template>

<xsl:template match="text()|@*"></xsl:template>

</xsl:stylesheet>