Changeset 11141


Ignore:
Timestamp:
06/04/08 20:26:17 (4 years ago)
Author:
anp
Message:

debug gestion sm:choose dans dataFormOdTransf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_dataFormOdTransf/bs.xml.xsl

    r10810 r11141  
    169169                </c:donnee> 
    170170        </xsl0:template> 
     171        <xsl0:template match="sm:fixedString"><xsl0:value-of select="@value"/></xsl0:template> 
     172         
     173         
    171174 
    172175        <xsl0:template match="sm:fieldValue | sm:fieldValueString | sm:fieldValueEnum"> 
     
    209212                </xsl0:if> 
    210213        </xsl0:template> 
    211                          
     214         
     215        <xsl0:template match="sm:choose"> 
     216                <c:choose> 
     217                        <xsl0:apply-templates/> 
     218                </c:choose> 
     219        </xsl0:template> 
     220        <xsl0:template match="sm:when"> 
     221                <c:when type="xpathOnSrc-dynamique" test="boolean({returnFirst(@xpath, si(@refCodes, concat('sp:', java:replaceAll(string(@refCodes), '\s', ' | sp:'))))})"> 
     222                        <xsl0:apply-templates/> 
     223                </c:when> 
     224        </xsl0:template> 
     225        <xsl0:template match="sm:otherwise"> 
     226                <c:otherwise> 
     227                        <xsl0:apply-templates/> 
     228                </c:otherwise> 
     229        </xsl0:template> 
     230 
    212231        <xsl0:template match="*"/> 
    213232        <xsl0:template match="text()|@*"/> 
Note: See TracChangeset for help on using the changeset viewer.