summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/xsl/ldp-print.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/xml/xsl/ldp-print.xsl')
-rw-r--r--DOCS/xml/xsl/ldp-print.xsl18
1 files changed, 0 insertions, 18 deletions
diff --git a/DOCS/xml/xsl/ldp-print.xsl b/DOCS/xml/xsl/ldp-print.xsl
deleted file mode 100644
index b631bc8ed4..0000000000
--- a/DOCS/xml/xsl/ldp-print.xsl
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- version='1.0'
- xmlns="http://www.w3.org/TR/xhtml1/transitional"
- exclude-result-prefixes="#default">
-
-<!-- $Id$ -->
-
-<!-- This stylesheet will eventually include print customizations
- from LDP.DSL. At the current time, it has not been developed.-->
-
-<!-- Change this to the path to where you have installed Norman
- Walsh's XSL stylesheets. -->
-<xsl:import href="/usr/share/sgml/docbook/docbook-xsl-1.41/fo/docbook.xsl"/>
-
-<!-- Customized parameters and templates go here. -->
-
-</xsl:stylesheet>