Changeset 56 for trunk/main_html.xsl


Ignore:
Timestamp:
04/30/08 12:01:25 (16 years ago)
Author:
pinsard
Message:

migration to docbook5 for biblio.xml; bug fix in bibopa.sh; xmlto is not anymore needed; xml(starlet) must be available

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/main_html.xsl

    r55 r56  
    4545</xsl:template> 
    4646 
    47 <!-- 
    48 <xsl:template match="html:form"> 
    49 <xsl:message> coucou form</xsl:message> 
    50  <xsl:comment>form debut ici</xsl:comment> 
    51  <xsl:apply-templates/> 
    52  <xsl:comment>form fin ici</xsl:comment> 
    53 </xsl:template> 
    54  
    55 <xsl:template match="html:label"> 
    56 <xsl:message> coucou label </xsl:message> 
    57  <xsl:comment>label debut ici</xsl:comment>  
    58  <xsl:apply-templates/> 
    59  <xsl:comment>label fin ici</xsl:comment> 
    60 </xsl:template> 
    61  
    62 <xsl:template match="html:select"> 
    63 <xsl:message> coucou select </xsl:message> 
    64  <xsl:comment>select debut ici</xsl:comment>  
    65  <xsl:apply-templates/> 
    66  <xsl:comment>select fin ici</xsl:comment> 
    67 </xsl:template> 
    68  
    69 <xsl:template match="html:option"> 
    70 <xsl:message> coucou option </xsl:message> 
    71  <xsl:comment>option debut ici</xsl:comment>  
    72  <xsl:apply-templates/> 
    73  <xsl:comment>option fin ici</xsl:comment> 
    74 </xsl:template> 
    75 --> 
    76  
    7747</xsl:stylesheet>  
Note: See TracChangeset for help on using the changeset viewer.