summaryrefslogtreecommitdiffstats
path: root/libxslt/tests/REC/test-7.7-1.xsl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-05-03 17:01:52 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-05-03 17:01:52 (GMT)
commit105878ba114ead35390129e837493fa519e4c3e3 (patch)
tree4a53b0c0f87e6a5dd452e9469cd68e4b1cbab1dd /libxslt/tests/REC/test-7.7-1.xsl
parentff3be2710b869b933ec568e4b71fddaf63e64d92 (diff)
downloadblt-105878ba114ead35390129e837493fa519e4c3e3.zip
blt-105878ba114ead35390129e837493fa519e4c3e3.tar.gz
blt-105878ba114ead35390129e837493fa519e4c3e3.tar.bz2
rm libxslt
Diffstat (limited to 'libxslt/tests/REC/test-7.7-1.xsl')
-rw-r--r--libxslt/tests/REC/test-7.7-1.xsl15
1 files changed, 0 insertions, 15 deletions
diff --git a/libxslt/tests/REC/test-7.7-1.xsl b/libxslt/tests/REC/test-7.7-1.xsl
deleted file mode 100644
index 71778db..0000000
--- a/libxslt/tests/REC/test-7.7-1.xsl
+++ /dev/null
@@ -1,15 +0,0 @@
-<xsl:stylesheet
- version="1.0"
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-
-<xsl:template match="items">
- <xsl:for-each select="item">
- <xsl:sort select="."/>
- <p>
- <xsl:number value="position()" format="1. "/>
- <xsl:value-of select="."/>
- </p>
- </xsl:for-each>
-</xsl:template>
-
-</xsl:stylesheet>