Ignore:
Timestamp:
Oct 30, 2002, 11:18:28 AM (23 years ago)
Author:
aubourg
Message:

generation xsl a jour

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/TestPipes/xsl/makeMainConnect.xsl

    r2220 r2238  
    1010// main genere automatiquement par xsl
    1111// ne pas modifier
    12 // derniere mise a jour : VF le 22/10/2002
     12// derniere mise a jour : VF le 29/10/2002 -- derniere version
    1313
    1414// inclusions expat
     
    205205           <xsl:value-of select="@name"/> = <xsl:value-of select="$defaut"/>;
    206206           </xsl:if>
    207            <xsl:if test="$typearg='string' or $typearg='char*' or $typearg='char'">
     207           <xsl:if test="$typearg='string' or $typearg='char*' or $typearg='char' or $typearg='bool'">
    208208           <xsl:value-of select="@name"/> = "<xsl:value-of select="$defaut"/>";
    209209           </xsl:if>
     
    223223           <xsl:value-of select="@name"/> = atof(atts[i+1]);
    224224           </xsl:if>
    225            <xsl:if test="$typearg='char' or $typearg='char*' or $typearg='string'">
     225           <xsl:if test="$typearg='char' or $typearg='char*' or $typearg='string' or $typearg='bool'">
    226226           <xsl:value-of select="@name"/> = atts[i+1];
    227227           </xsl:if> 
     
    268268           <xsl:value-of select="@name"/> = <xsl:value-of select="$defaut"/>;
    269269           </xsl:if>
    270            <xsl:if test="$typearg='string' or $typearg='char*' or $typearg='char'">
     270           <xsl:if test="$typearg='string' or $typearg='char*' or $typearg='char' or $typearg='bool'">
    271271           <xsl:value-of select="@name"/> = "<xsl:value-of select="$defaut"/>";
    272272           </xsl:if>
     
    286286           <xsl:value-of select="@name"/> = atof(atts[i+1]);
    287287           </xsl:if>
    288            <xsl:if test="$typearg='char' or $typearg='char*' or $typearg='string'">
     288           <xsl:if test="$typearg='char' or $typearg='char*' or $typearg='string' or $typearg='bool'">
    289289           <xsl:value-of select="@name"/> = atts[i+1];
    290290           </xsl:if>
Note: See TracChangeset for help on using the changeset viewer.