Ignore:
Timestamp:
08/30/2004 07:47:54 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
debdf46
Parents:
c675d8c
Message:

Numbered sections for HTML output.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/xhtml/lfs-titles.xsl

    rc675d8c ra988510  
    88    <div class="titlepage">
    99      <h1 class="{name(.)}">
     10        <xsl:apply-templates select="." mode="label.markup"/>
     11        <xsl:text>. </xsl:text>
    1012        <xsl:value-of select="title"/>
    1113      </h1>
     
    1618    <div class="titlepage">
    1719      <h1 class="{name(.)}">
     20        <xsl:apply-templates select="." mode="label.markup"/>
     21        <xsl:text>. </xsl:text>
    1822        <xsl:value-of select="title"/>
    1923      </h1>
     
    3842          </xsl:if>
    3943          <h2 class="{name(.)}">
     44            <xsl:apply-templates select="." mode="label.markup"/>
     45            <xsl:text>. </xsl:text>
    4046            <xsl:value-of select="title"/>
    4147          </h2>
     
    4551        <div class="titlepage">
    4652          <h1 class="{name(.)}">
     53            <xsl:apply-templates select="." mode="label.markup"/>
     54            <xsl:text>. </xsl:text>
    4755            <xsl:value-of select="title"/>
    4856          </h1>
     
    6169          </xsl:if>
    6270          <h2 class="{name(.)}">
     71            <xsl:apply-templates select="." mode="label.markup"/>
     72            <xsl:text>. </xsl:text>
    6373            <xsl:value-of select="title"/>
    6474          </h2>
Note: See TracChangeset for help on using the changeset viewer.