mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-10 14:24:10 +01:00
Unstable use docbook-xsl-1.67.2.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4429 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
f7bd105db3
commit
faf3398093
@ -5,8 +5,8 @@
|
|||||||
version="1.0">
|
version="1.0">
|
||||||
|
|
||||||
<xsl:import href="lfs-chunked2.xsl"/>
|
<xsl:import href="lfs-chunked2.xsl"/>
|
||||||
<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.66.1/xhtml/chunk-common.xsl"/>
|
<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.67.2/xhtml/chunk-common.xsl"/>
|
||||||
<xsl:include href="http://docbook.sourceforge.net/release/xsl/1.66.1/xhtml/manifest.xsl"/>
|
<xsl:include href="http://docbook.sourceforge.net/release/xsl/1.67.2/xhtml/manifest.xsl"/>
|
||||||
|
|
||||||
<!-- From the original chunk.xsl file:
|
<!-- From the original chunk.xsl file:
|
||||||
|
|
||||||
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
Voila! (Man I hope we can do this better in XSLT 2.0) -->
|
Voila! (Man I hope we can do this better in XSLT 2.0) -->
|
||||||
|
|
||||||
<xsl:include href="http://docbook.sourceforge.net/release/xsl/1.66.1/xhtml/chunk-code.xsl"/>
|
<xsl:include href="http://docbook.sourceforge.net/release/xsl/1.67.2/xhtml/chunk-code.xsl"/>
|
||||||
|
|
||||||
<!-- Including our others customized chunks templates -->
|
<!-- Including our others customized chunks templates -->
|
||||||
<xsl:include href="xhtml/lfs-legalnotice.xsl"/>
|
<xsl:include href="xhtml/lfs-legalnotice.xsl"/>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
version="1.0">
|
version="1.0">
|
||||||
|
|
||||||
<!-- We use XHTML -->
|
<!-- We use XHTML -->
|
||||||
<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.66.1/xhtml/docbook.xsl"/>
|
<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.67.2/xhtml/docbook.xsl"/>
|
||||||
<xsl:param name="chunker.output.encoding" select="'ISO-8859-1'"/>
|
<xsl:param name="chunker.output.encoding" select="'ISO-8859-1'"/>
|
||||||
|
|
||||||
<!-- Including our others customized elements templates -->
|
<!-- Including our others customized elements templates -->
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
version="1.0">
|
version="1.0">
|
||||||
|
|
||||||
<!-- We use XHTML -->
|
<!-- We use XHTML -->
|
||||||
<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.66.1/xhtml/docbook.xsl"/>
|
<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.67.2/xhtml/docbook.xsl"/>
|
||||||
|
|
||||||
<!-- Fix encoding issues with default UTF-8 output of the xhtml stylesheet -->
|
<!-- Fix encoding issues with default UTF-8 output of the xhtml stylesheet -->
|
||||||
<xsl:output method="html" encoding="ISO-8859-1" indent="no" />
|
<xsl:output method="html" encoding="ISO-8859-1" indent="no" />
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
xmlns:fo="http://www.w3.org/1999/XSL/Format"
|
xmlns:fo="http://www.w3.org/1999/XSL/Format"
|
||||||
version="1.0">
|
version="1.0">
|
||||||
<!-- We use FO and FOP as the processor -->
|
<!-- We use FO and FOP as the processor -->
|
||||||
<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.66.1/fo/docbook.xsl"/>
|
<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.67.2/fo/docbook.xsl"/>
|
||||||
<xsl:param name="fop.extensions" select="1"/>
|
<xsl:param name="fop.extensions" select="1"/>
|
||||||
<xsl:param name="draft.mode" select="'no'"/>
|
<xsl:param name="draft.mode" select="'no'"/>
|
||||||
|
|
||||||
|
@ -4,6 +4,6 @@
|
|||||||
xmlns:fo="http://www.w3.org/1999/XSL/Format"
|
xmlns:fo="http://www.w3.org/1999/XSL/Format"
|
||||||
version="1.0">
|
version="1.0">
|
||||||
|
|
||||||
<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.66.1/profiling/profile.xsl"/>
|
<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.67.2/profiling/profile.xsl"/>
|
||||||
|
|
||||||
</xsl:stylesheet>
|
</xsl:stylesheet>
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
<xsl:call-template name="object.id"/>
|
<xsl:call-template name="object.id"/>
|
||||||
</xsl:variable>
|
</xsl:variable>
|
||||||
<xsl:variable name="graphic.width">
|
<xsl:variable name="graphic.width">
|
||||||
<xsl:call-template name="admon.graphic.width"/>
|
<xsl:apply-templates select="." mode="admon.graphic.width"/>
|
||||||
</xsl:variable>
|
</xsl:variable>
|
||||||
<fo:block id="{$id}">
|
<fo:block id="{$id}">
|
||||||
<fo:list-block provisional-distance-between-starts="{$graphic.width} + 18pt"
|
<fo:list-block provisional-distance-between-starts="{$graphic.width} + 18pt"
|
||||||
|
Loading…
Reference in New Issue
Block a user