Rename C-based tests
[yaz-moved-to-github.git] / test / tst_record_conv.xsl
diff --git a/test/tst_record_conv.xsl b/test/tst_record_conv.xsl
deleted file mode 100644 (file)
index 21d6d6b..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- version="1.0">
-<!-- Identity transform stylesheet -->
-
-<xsl:output indent="yes"
-      method="xml"
-      version="1.0"
-      encoding="UTF-8"/>
-
- <xsl:template match="node()|@*">
-   <xsl:copy>
-     <xsl:apply-templates select="@*|node()"/>
-   </xsl:copy>
- </xsl:template>
-
-</xsl:stylesheet>