Reorder the $FreeBSD$ line. Indent. Teach the stylesheet how to format
our custom elements.
This commit is contained in:
parent
e449f6b2eb
commit
562d333909
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12973
1 changed files with 11 additions and 8 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue