Changeset 86518ac


Ignore:
Timestamp:
Apr 24, 2011, 10:47:14 AM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Children:
a8c30a5
Parents:
f67564c
Message:

Use the proper role on the sect2 for package and installation.
Also properly generate the title of the installation sect2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/stylesheets/clfs-profile.xsl

    rf67564c r86518ac  
    163163      <xsl:element name="sect2">
    164164        <xsl:attribute name="role">
    165           <xsl:text>installation</xsl:text>
     165          <xsl:text>package</xsl:text>
    166166        </xsl:attribute>
    167167        <xsl:text>
     
    200200  </xsl:text>
    201201          <xsl:element name="title">
    202             <xsl:text>Installing</xsl:text>
     202            <xsl:attribute name="role">
     203              <xsl:text>installation</xsl:text>
     204            </xsl:attribute>
     205            <xsl:text>Installation of </xsl:text>
     206            <xsl:value-of select="../c:title" />
    203207          </xsl:element>
    204208          <xsl:text>
Note: See TracChangeset for help on using the changeset viewer.