summaryrefslogtreecommitdiffstats
path: root/libxslt/tests/REC/test-2.6.2-1.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'libxslt/tests/REC/test-2.6.2-1.xsl')
-rw-r--r--libxslt/tests/REC/test-2.6.2-1.xsl8
1 files changed, 8 insertions, 0 deletions
diff --git a/libxslt/tests/REC/test-2.6.2-1.xsl b/libxslt/tests/REC/test-2.6.2-1.xsl
new file mode 100644
index 0000000..122d716
--- /dev/null
+++ b/libxslt/tests/REC/test-2.6.2-1.xsl
@@ -0,0 +1,8 @@
+<xsl:stylesheet version="1.0"
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+ <xsl:import href="article.xsl"/>
+ <xsl:import href="bigfont.xsl"/>
+ <xsl:attribute-set name="note-style">
+ <xsl:attribute name="font-style">italic</xsl:attribute>
+ </xsl:attribute-set>
+</xsl:stylesheet>