removed a whole passel of files that do not need to be tracked in the repository
[kcls-web.git] / opac / skin / default / xml / html_xsl.xml
diff --git a/opac/skin/default/xml/html_xsl.xml b/opac/skin/default/xml/html_xsl.xml
deleted file mode 100644 (file)
index f223320..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-
-<xsl:stylesheet version="1.0"
-       xmlns:xlink="http://www.w3.org/1999/xlink" 
-       xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-
-       <xsl:output method="html" indent="yes" encoding="utf-8"/>
-       <xsl:template match="/">
-               <xsl:copy-of select='/*[local-name()="html"]'/>
-       </xsl:template>
-</xsl:stylesheet>