Changeset 9288c84 for stylesheets


Ignore:
Timestamp:
01/05/2005 10:18:18 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
e464747
Parents:
07c7a8d
Message:

One-step profiling for HTML output in multi-arch branch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4502 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
stylesheets
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs-chunked.xsl

    r07c7a8d r9288c84  
    2525    Voila! (Man I hope we can do this better in XSLT 2.0)  -->
    2626   
    27   <xsl:include href="http://docbook.sourceforge.net/release/xsl/1.67.2/xhtml/chunk-code.xsl"/>
     27  <xsl:include href="http://docbook.sourceforge.net/release/xsl/1.67.2/xhtml/profile-chunk-code.xsl"/>
    2828
    2929    <!-- Including our others customized chunks templates -->
  • stylesheets/lfs-nochunks.xsl

    r07c7a8d r9288c84  
    66
    77    <!-- We use XHTML -->
    8   <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.67.2/xhtml/docbook.xsl"/>
     8  <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.67.2/xhtml/profile-docbook.xsl"/>
    99
    1010  <!-- Fix encoding issues with default UTF-8 output of the xhtml stylesheet -->
Note: See TracChangeset for help on using the changeset viewer.