Show
Ignore:
Timestamp:
02.07.2007 15:31:01 (3 years ago)
Author:
anp
Message:

ajout de sm:choose dans binaryOdTransf

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_binaryOdTransf/getContent.xsl.xsl

    r9148 r9305  
    277277         
    278278<!--** 
     279         *  choose 
     280         **--> 
     281         <xsl0:template match="sm:choose"> 
     282                <xsl:choose> 
     283                        <xsl0:apply-templates/> 
     284                </xsl:choose> 
     285        </xsl0:template> 
     286        <xsl0:template match="sm:when"> 
     287                <xsl:when test="{si(@xpath, @xpath, 'false')}"> 
     288                        <xsl0:apply-templates/> 
     289                </xsl:when> 
     290        </xsl0:template> 
     291        <xsl0:template match="sm:otherwise"> 
     292                <xsl:otherwise> 
     293                        <xsl0:apply-templates/> 
     294                </xsl:otherwise> 
     295        </xsl0:template> 
     296         
     297<!--** 
    279298         *  calls 
    280299         **-->