aboutsummaryrefslogtreecommitdiff
path: root/share/xsl/freebsd.xsl
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2013-01-23 13:13:16 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2013-01-23 13:13:16 +0000
commit270c3b26d3a7f67db550e04707a5e66814a876a8 (patch)
treea53f45ba5383e52feafdfd189856ad8b981fd160 /share/xsl/freebsd.xsl
parentd85fd456260befdf76cb80bda9fc8907cf3cb69d (diff)
downloaddoc-270c3b26d3a7f67db550e04707a5e66814a876a8.tar.gz
doc-270c3b26d3a7f67db550e04707a5e66814a876a8.zip
- Reorganize stylesheets for easier customization
Notes
Notes: svn path=/projects/xml-tools/; revision=40730
Diffstat (limited to 'share/xsl/freebsd.xsl')
-rw-r--r--share/xsl/freebsd.xsl19
1 files changed, 0 insertions, 19 deletions
diff --git a/share/xsl/freebsd.xsl b/share/xsl/freebsd.xsl
deleted file mode 100644
index 0d0e09fa1c..0000000000
--- a/share/xsl/freebsd.xsl
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version='1.0'?>
-
-<!-- $FreeBSD$ -->
-
-<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">
-
- <!-- Pull in the base stylesheets -->
- <!-- XXX hardcoded path. Very bad. Should be turned in to a paramater -->
- <xsl:import href="/usr/local/share/xml/docbook/xsl/modular/html/docbook.xsl"/>
-
- <!-- Redefine variables, and replace templates as necessary here -->
- <xsl:template match="hostid|username|groupname|devicename|maketarget|makevar">
- <xsl:call-template name="inline.monoseq"/>
- </xsl:template>
-
-</xsl:stylesheet>