obsoleted
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 22 Apr 2004 19:00:40 +0000 (19:00 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 22 Apr 2004 19:00:40 +0000 (19:00 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1494 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/doc/beautify.xsl [deleted file]

diff --git a/util-vserver/doc/beautify.xsl b/util-vserver/doc/beautify.xsl
deleted file mode 100644 (file)
index e4ba17f..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-                xmlns="http://www.w3.org/1999/xhtml"
-                version="1.0">
-
-  <xsl:output method="xml" indent="yes"
-              doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
-              doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/>
-
-  <xsl:template match="@*|node()">
-    <xsl:copy>
-      <xsl:apply-templates select="@*|node()"/>
-    </xsl:copy>
-  </xsl:template>
-
-</xsl:stylesheet>