Changeset 11092 for trunk/gli


Ignore:
Timestamp:
2006-01-24T15:29:25+13:00 (18 years ago)
Author:
kjdon
Message:

removed references to Anchor, Contents, ObviousSentence, which are no longer used

Location:
trunk/gli/help
Files:
4 edited

Legend:

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

    r11065 r11092  
    44  <xsl:output method="html" encoding="UTF-8"/>
    55
    6 
    7   <xsl:template match="Anchor"/>
    8 
    9 
    106  <xsl:template match="Break">
    117    <p/>
    128  </xsl:template>
    13 
    14 
    15   <xsl:template match="Contents"/>
    16 
    179
    1810  <xsl:template match="Document">
  • trunk/gli/help/gen-one-html-for-doc.xsl

    r7079 r11092  
    44  <xsl:output method="html" encoding="UTF-8"/>
    55
    6   <xsl:template match="Anchor"/>
    7 
    86  <xsl:template match="Break">
    9     <p/>
    10   </xsl:template>
    11 
    12   <xsl:template match="Contents">
    137    <p/>
    148  </xsl:template>
     
    3125    </html>
    3226  </xsl:template>
    33 
    34   <xsl:template match="ObviousSentence"/>
    3527
    3628  <xsl:template match="Reference">
  • trunk/gli/help/gen-one-html.xsl

    r6586 r11092  
    44  <xsl:output method="html" encoding="UTF-8"/>
    55
    6   <xsl:template match="Anchor"/>
    7 
    86  <xsl:template match="Break">
    9     <p/>
    10   </xsl:template>
    11 
    12   <xsl:template match="Contents">
    137    <p/>
    148  </xsl:template>
     
    2822    </html>
    2923  </xsl:template>
    30 
    31   <xsl:template match="ObviousSentence"/>
    3224
    3325  <xsl:template match="Reference">
  • trunk/gli/help/gen-one-tex.xsl

    r9661 r11092  
    44  <xsl:output method="text" encoding="iso-8859-1"/>
    55
    6   <xsl:template match="Anchor"/>
    7 
    86  <xsl:template match="Break">
    9     <p/>
    10   </xsl:template>
    11 
    12   <xsl:template match="Contents">
    137    <p/>
    148  </xsl:template>
     
    4236    </xsl:for-each>
    4337  </xsl:template>
    44   <xsl:template match="ObviousSentence"/>
    4538
    4639  <xsl:template match="Reference">
Note: See TracChangeset for help on using the changeset viewer.