aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/xsl/xhtml.xsl
diff options
context:
space:
mode:
authorreinelt <>2005-05-06 05:40:03 +0000
committerreinelt <>2005-05-06 05:40:03 +0000
commit35f5c1546dc5d4b69bb614416e6dc5dfe8706a68 (patch)
tree09e7ec72be40409cc74165cf55a9aaf958d63e6a /documentation/xsl/xhtml.xsl
parent2b068848691202d26100cdf75c62c460313983ec (diff)
downloadlcd4linux-35f5c1546dc5d4b69bb614416e6dc5dfe8706a68.tar.gz
[lcd4linux @ 2005-05-06 05:40:02 by reinelt]
remove documentation pass#2
Diffstat (limited to '')
-rw-r--r--documentation/xsl/xhtml.xsl16
1 files changed, 0 insertions, 16 deletions
diff --git a/documentation/xsl/xhtml.xsl b/documentation/xsl/xhtml.xsl
deleted file mode 100644
index 1f5cb98..0000000
--- a/documentation/xsl/xhtml.xsl
+++ /dev/null
@@ -1,16 +0,0 @@
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
-<!--
- XSL stylesheet for processing documentation for the lcd4linux project
- Copyright 2004 Xavier Vello <xavier66@free.fr>
- Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
--->
-
-<!--Standard html tags, just a wraper-->
-
-<xsl:template match="@*|node()">
- <xsl:copy>
- <xsl:apply-templates select="@*|node()"/>
- </xsl:copy>
-</xsl:template>
-
-</xsl:stylesheet>