Changeset 7079


Ignore:
Timestamp:
2004-03-17T11:20:17+13:00 (20 years ago)
Author:
kjdon
Message:

modified it so its a bit better to work with

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/help/gen-one-html-for-doc.xsl

    r6586 r7079  
    3535
    3636  <xsl:template match="Reference">
    37     <a href="#{@target}"><xsl:apply-templates/></a>
     37    <xsl:apply-templates/>
    3838  </xsl:template>
    3939
     
    4747
    4848    <xsl:if test="Title">
    49       <a name="{@name}">
    5049        <xsl:call-template name="processTitle">
    5150          <xsl:with-param name="sectionNumber" select="$sectionHead"/>
    5251      <xsl:with-param name="sectionTitle" select="Title"/>
    5352        </xsl:call-template>
    54       </a>
    5553    </xsl:if>
    5654
     
    7169    <xsl:choose>
    7270      <xsl:when test="contains($sectionNumber, '.')">
    73         <h4><i><xsl:value-of select="$sectionTitle"/></i></h4>
     71        <h4><xsl:value-of select="$sectionTitle"/></h4>
    7472      </xsl:when>
    7573      <xsl:otherwise>
    76         <h4><xsl:value-of select="$sectionTitle"/></h4>
     74        <h3><xsl:value-of select="$sectionTitle"/></h3>
    7775      </xsl:otherwise>
    7876    </xsl:choose>
Note: See TracChangeset for help on using the changeset viewer.