Changeset 11035


Ignore:
Timestamp:
2006-01-13T14:55:01+13:00 (18 years ago)
Author:
kjdon
Message:

got rid of Contents and Anchor headings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/help/gen-many-html.xsl

    r6586 r11035  
    44  <xsl:output method="html" encoding="UTF-8"/>
    55
    6 
     6  <!-- we need to get rid of the anchors and replace the advanced ones with Breaks. leave a <p/> here for now otherwise there is no break before the advanced section -->
    77  <xsl:template match="Anchor">
     8    <p/>
     9  </xsl:template>
     10<!--  <xsl:template match="Anchor">
    811    <p/>
    912    <img height="20" src="../gatherer_small.gif" width="20"/>
    1013    <a name="{@name}"><xsl:text> </xsl:text><xsl:apply-templates/></a>
    1114    <p style="text-align:justify"/>
    12   </xsl:template>
     15  </xsl:template>-->
    1316
    1417
     
    1720  </xsl:template>
    1821
    19 
     22  <xsl:template match="Contents"/>
     23  <!--
    2024  <xsl:template match="Contents">
    2125    <p/>
     
    6872    </tr>
    6973  </xsl:template>
    70 
     74-->
    7175
    7276  <xsl:template match="Document">
Note: See TracChangeset for help on using the changeset viewer.