summaryrefslogtreecommitdiff
path: root/tests/general/bug-185.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/general/bug-185.xsl')
-rw-r--r--tests/general/bug-185.xsl14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/general/bug-185.xsl b/tests/general/bug-185.xsl
deleted file mode 100644
index 1c5c7d1c..00000000
--- a/tests/general/bug-185.xsl
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
- <xsl:template match="in">
- <annotation>
- <xsl:copy-of select="."/>
- <value>
- <xsl:copy-of select="document(.)"/>
- </value>
- </annotation>
- </xsl:template>
- <xsl:template match="@*|node()">
- <xsl:apply-templates/>
- </xsl:template>
-</xsl:stylesheet>