summaryrefslogtreecommitdiff
path: root/ext/xsl/tests/53965/include.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xsl/tests/53965/include.xsl')
-rw-r--r--ext/xsl/tests/53965/include.xsl7
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/xsl/tests/53965/include.xsl b/ext/xsl/tests/53965/include.xsl
new file mode 100644
index 0000000000..4a01296705
--- /dev/null
+++ b/ext/xsl/tests/53965/include.xsl
@@ -0,0 +1,7 @@
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+ <xsl:template match="cd">
+ <h1><xsl:value-of select="title"/></h1>
+ <h2>by <xsl:value-of select="artist"/> - <xsl:value-of select="year"/></h2>
+ <hr />
+ </xsl:template>
+</xsl:stylesheet> \ No newline at end of file