summaryrefslogtreecommitdiffstats
path: root/libxslt/tests/general/bug-8-.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'libxslt/tests/general/bug-8-.xsl')
-rw-r--r--libxslt/tests/general/bug-8-.xsl13
1 files changed, 13 insertions, 0 deletions
diff --git a/libxslt/tests/general/bug-8-.xsl b/libxslt/tests/general/bug-8-.xsl
new file mode 100644
index 0000000..40333e8
--- /dev/null
+++ b/libxslt/tests/general/bug-8-.xsl
@@ -0,0 +1,13 @@
+<?xml version= "1.0"?>
+
+<xsl:stylesheet version="1.0"
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+
+ <xsl:import href="inner.xsl"/>
+
+ <!-- Root Node -->
+ <xsl:template match="/">
+ <xsl:apply-templates/>
+ </xsl:template>
+
+</xsl:stylesheet>