Changeset 11141
- Timestamp:
- 06/04/08 20:26:17 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_dataFormOdTransf/bs.xml.xsl
r10810 r11141 169 169 </c:donnee> 170 170 </xsl0:template> 171 <xsl0:template match="sm:fixedString"><xsl0:value-of select="@value"/></xsl0:template> 172 173 171 174 172 175 <xsl0:template match="sm:fieldValue | sm:fieldValueString | sm:fieldValueEnum"> … … 209 212 </xsl0:if> 210 213 </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 212 231 <xsl0:template match="*"/> 213 232 <xsl0:template match="text()|@*"/>
Note: See TracChangeset
for help on using the changeset viewer.