summaryrefslogtreecommitdiff
path: root/sandbox/paultremblay/rst_to_docbook/test_files/simple.xsl
blob: 8e15469c1f18ceef350fdb463a6e07a28871db03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
    <!--

    This template is a simple test


    -->




    <xsl:template match = "element1">
        <element1-changed>
            <xsl:apply-templates/>
        </element1-changed>
    </xsl:template>

</xsl:stylesheet>