Changeset b398f4c for stylesheets


Ignore:
Timestamp:
09/04/2012 06:29:02 PM (12 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
94d3eee
Parents:
1f595ea
Message:

Revert erroneous stylesheet changes, applied by mistake.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9984 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
stylesheets/lfs-xsl
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs-xsl/chunk-master.xsl

    r1f595ea rb398f4c  
    1919
    2020    <!-- Upstream chunk code named templates -->
    21   <xsl:import href="docbook-xsl-1.77.1/xhtml/chunk-common.xsl"/>
     21  <xsl:import href="docbook-xsl-snapshot/xhtml/chunk-common.xsl"/>
    2222
    2323    <!-- Upstream chunk code match templates -->
    24   <xsl:include href="docbook-xsl-1.77.1/xhtml/chunk-code.xsl"/>
     24  <xsl:include href="docbook-xsl-snapshot/xhtml/chunk-code.xsl"/>
    2525
    2626    <!-- Including our customized chunks templates -->
  • stylesheets/lfs-xsl/chunk-slave.xsl

    r1f595ea rb398f4c  
    1414
    1515    <!-- Upstream XHTML presentation templates -->
    16   <xsl:import href="docbook-xsl-1.77.1/xhtml/docbook.xsl"/>
     16  <xsl:import href="docbook-xsl-snapshot/xhtml/docbook.xsl"/>
    1717
    1818    <!-- Use ISO-8859-1 for output instead of default UTF-8 -->
     
    3232    fixed via a sed in the Makefile-->
    3333    <!-- Master CSS Stylesheet -->
    34   <xsl:param name="html.stylesheet" select="'stylesheets/lfs.css'"/>
     34  <xsl:param name="html.stylesheet" select="'../stylesheets/lfs.css'"/>
    3535    <!-- Print CSS Stylesheet -->
    3636    <!-- The original template is in {docbook-xsl}/xhtml/docbook.xsl -->
  • stylesheets/lfs-xsl/nochunks.xsl

    r1f595ea rb398f4c  
    1414
    1515    <!-- Upstream XHTML templates -->
    16   <xsl:import href="docbook-xsl-1.77.1/xhtml/docbook.xsl"/>
     16  <xsl:import href="docbook-xsl-snapshot/xhtml/docbook.xsl"/>
    1717
    1818    <!-- Fix encoding issues with default UTF-8 output of the xhtml stylesheet -->
  • stylesheets/lfs-xsl/pdf.xsl

    r1f595ea rb398f4c  
    1515    <!-- Upstream FO templates. Profiled version is not supported by
    1616         xsltproc, thus pofiling must be done in two steps (see Makefile) -->
    17   <xsl:import href="docbook-xsl-1.77.1/fo/docbook.xsl"/>
     17  <xsl:import href="docbook-xsl-snapshot/fo/docbook.xsl"/>
    1818
    1919    <!-- Uncomment the next for debugging the raw FO code.
  • stylesheets/lfs-xsl/profile.xsl

    r1f595ea rb398f4c  
    1313
    1414  <!-- Include common profiling stylesheet -->
    15   <xsl:import href="docbook-xsl-1.77.1/profiling/profile-mode.xsl"/>
     15  <xsl:import href="docbook-xsl-snapshot/profiling/profile-mode.xsl"/>
    1616
    1717    <!-- This file must be included, because profile-mode is using
    1818         templates from it -->
    19   <xsl:import href="docbook-xsl-1.77.1/common/stripns.xsl"/>
     19  <xsl:import href="docbook-xsl-snapshot/common/stripns.xsl"/>
    2020
    2121    <!-- In the two pass processing there is no need for base URI fixup -->
Note: See TracChangeset for help on using the changeset viewer.