Changeset 9305 for trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_binaryOdTransf/getContent.xsl.xsl
- Timestamp:
- 02.07.2007 15:31:01 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_binaryOdTransf/getContent.xsl.xsl
r9148 r9305 277 277 278 278 <!--** 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 <!--** 279 298 * calls 280 299 **-->