2005-08-17 22:55:57 +00:00
|
|
|
<!--
|
2016-06-27 14:56:38 +10:00
|
|
|
- Copyright (C) 2005, 2007, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
|
2005-08-17 22:55:57 +00:00
|
|
|
-
|
2016-06-27 14:56:38 +10:00
|
|
|
- This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2005-08-17 22:55:57 +00:00
|
|
|
-->
|
|
|
|
|
2015-10-06 05:45:21 +00:00
|
|
|
<!-- $Id$ -->
|
|
|
|
|
2015-10-22 16:09:46 +11:00
|
|
|
<!-- Tweaks to Docbook-XSL HTML for producing flat ASCII text. -->
|
2005-08-17 22:55:57 +00:00
|
|
|
|
|
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
|
|
|
xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
|
|
|
|
|
|
|
|
<!-- Import our Docbook HTML stuff -->
|
|
|
|
<xsl:import href="isc-docbook-html.xsl"/>
|
|
|
|
|
|
|
|
<!-- Disable tables of contents (for now - tweak as needed) -->
|
|
|
|
<xsl:param name="generate.toc"/>
|
|
|
|
|
|
|
|
<!-- Voodoo to read i18n/l10n overrides directly from this stylesheet -->
|
|
|
|
<xsl:param name="local.l10n.xml" select="document('')"/>
|
|
|
|
|
|
|
|
<!-- Customize Docbook-XSL i18n/l10n mappings. -->
|
|
|
|
<l:i18n>
|
|
|
|
<l:l10n language="en" english-language-name="English">
|
|
|
|
|
|
|
|
<!-- Please use plain old ASCII quotes -->
|
|
|
|
<l:dingbat key="startquote" text='"'/>
|
|
|
|
<l:dingbat key="endquote" text='"'/>
|
|
|
|
|
|
|
|
</l:l10n>
|
|
|
|
</l:i18n>
|
|
|
|
|
|
|
|
</xsl:stylesheet>
|
|
|
|
|
2015-10-22 16:09:46 +11:00
|
|
|
<!--
|
2005-08-17 22:55:57 +00:00
|
|
|
- Local variables:
|
|
|
|
- mode: sgml
|
|
|
|
- End:
|
|
|
|
-->
|