Reorder the $FreeBSD$ line. Indent. Teach the stylesheet how to format

our custom elements.
This commit is contained in:
Nik Clayton 2002-05-05 17:03:10 +00:00
parent e449f6b2eb
commit 562d333909
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12973

View file

@ -1,16 +1,19 @@
<?xml version='1.0'?>
<!-- $FreeBSD$ -->
<?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">
<!-- 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 -->
<!-- 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>