Ignore:
Timestamp:
10/19/2005 06:10:50 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.1.1
Children:
effd9c6
Parents:
2d58af2
Message:

Updated the stylesheets.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs-profile.xsl

    r2d58af2 re13f188  
    55
    66  <!-- Include common profiling stylesheet -->
    7   <xsl:include href="http://docbook.sourceforge.net/release/xsl/1.68.1/profiling/profile-mode.xsl"/>
    8  
     7  <xsl:include href="http://docbook.sourceforge.net/release/xsl/1.69.1/profiling/profile-mode.xsl"/>
     8
    99  <!-- Generate DocBook instance with correct DOCTYPE -->
    10   <xsl:output method="xml" 
     10  <xsl:output method="xml"
    1111              doctype-public="-//OASIS//DTD DocBook XML V4.4//EN"
    1212              doctype-system="http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"/>
    13  
     13
    1414  <!-- Profiling parameters -->
    1515  <xsl:param name="profile.arch" select="''"/>
     
    2727  <xsl:param name="profile.value" select="''"/>
    2828  <xsl:param name="profile.separator" select="';'"/>
    29  
     29
    3030  <!-- Call common profiling mode -->
    3131  <xsl:template match="/">
Note: See TracChangeset for help on using the changeset viewer.