summaryrefslogtreecommitdiff
path: root/docs-xml/xslt
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-05-01 21:09:13 +0200
committerJelmer Vernooij <jelmer@samba.org>2009-05-01 22:49:13 +0200
commitdf74a0eb78181eba58241a3ff80affe8b8270266 (patch)
tree94a684108ae17710095a3789560f9cba0beab47c /docs-xml/xslt
parent25181744c65b9049630447286a5c060c72681597 (diff)
downloadsamba-df74a0eb78181eba58241a3ff80affe8b8270266.tar.gz
samba-df74a0eb78181eba58241a3ff80affe8b8270266.tar.bz2
samba-df74a0eb78181eba58241a3ff80affe8b8270266.zip
Remove broken XSL-FO translation code; this has been broken for a while
and the output was never used.
Diffstat (limited to 'docs-xml/xslt')
-rw-r--r--docs-xml/xslt/fo.xsl8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs-xml/xslt/fo.xsl b/docs-xml/xslt/fo.xsl
deleted file mode 100644
index f095f5df8f..0000000000
--- a/docs-xml/xslt/fo.xsl
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version='1.0'?>
-<!-- vim:set sts=2 shiftwidth=2 syntax=xml: -->
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- version='1.0'>
-
-<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>
-
-</xsl:stylesheet>