fix xsl for local docbook-xsl-1.79.1

This commit is contained in:
Poltern 2023-05-25 00:29:27 +05:00
parent a7afa2e0d3
commit 9894315d13
5 changed files with 7 additions and 7 deletions

View File

@ -13,10 +13,10 @@
<xsl:import href="chunk-slave.xsl"/>
<!-- Upstream chunk code named templates -->
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk-common.xsl"/>
<xsl:import href="docbook-xsl-1.79.1/xhtml/chunk-common.xsl"/>
<!-- Upstream chunk code match templates -->
<xsl:include href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk-code.xsl"/>
<xsl:include href="docbook-xsl-1.79.1/xhtml/chunk-code.xsl"/>
<!-- Customized chunk templates -->
<xsl:include href="xhtml/lfs-index.xsl"/>

View File

@ -8,7 +8,7 @@
Sets global params and include customized elements templates. -->
<!-- Upstream XHTML presentation templates -->
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>
<xsl:import href="docbook-xsl-1.79.1/xhtml/docbook.xsl"/>
<!-- Use ISO-8859-1 for output instead of default UTF-8 -->
<xsl:param name="chunker.output.encoding" select="'UTF-8'"/>

View File

@ -8,7 +8,7 @@
Replaces {docbook-xsl}/xhtml/profile-docbook.xsl -->
<!-- Upstream XHTML templates -->
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>
<xsl:import href="docbook-xsl-1.79.1/xhtml/docbook.xsl"/>
<!-- Fix encoding issues with default UTF-8 output of the xhtml stylesheet -->
<xsl:output method="html" encoding="UTF-8" indent="no" />

View File

@ -9,7 +9,7 @@
<!-- Upstream FO templates. Profiled version is not supported by
xsltproc, thus pofiling must be done in two steps (see Makefile) -->
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>
<xsl:import href="docbook-xsl-1.79.1/fo/docbook.xsl"/>
<!-- Uncomment the following to make debugging the raw FO code easier.
Note that FOP will complaints about a lot of paragraph overflows

View File

@ -7,11 +7,11 @@
Replaces {docbook-xsl}/profiling/profile.xsl -->
<!-- Include common profiling stylesheet -->
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/profiling/profile-mode.xsl"/>
<xsl:import href="docbook-xsl-1.79.1/profiling/profile-mode.xsl"/>
<!-- This file must be included, because profile-mode uses
templates from it -->
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/common/stripns.xsl"/>
<xsl:import href="docbook-xsl-1.79.1/common/stripns.xsl"/>
<!-- In two pass processing there is no need for the base URI fixup -->
<xsl:param name="profile.baseuri.fixup" select="false()"/>