Changeset 6823 for trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_xhtmlToOdGenTransf/bsDescContent.xml.xsl
- Timestamp:
- 10/09/06 19:20:11 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_xhtmlToOdGenTransf/bsDescContent.xml.xsl
r6634 r6823 282 282 <valeur code="callTitle_{generate-id()}"> 283 283 <xsl0:choose> 284 <xsl0:when test="count(*) < 2 ">284 <xsl0:when test="count(*) < 2 and count(sm:modelTitle/@prefix)=0 and count(sm:modelTitle/@suffix)=0"> 285 285 <!-- modelTile seul --> 286 <source type="xpath-dynamique">resultatAgent(concat('@', switchAxis(codeAgent('//'), '<xsl0:value-of select=" @axis"/>'), '/<xsl0:value-of select="si(sm:modelTitle/@format, sm:modelTitle/@format, 'fullTitleText')"/>'))</source>286 <source type="xpath-dynamique">resultatAgent(concat('@', switchAxis(codeAgent('//'), '<xsl0:value-of select="sm:modelTitle/@axis"/>'), '/<xsl0:value-of select="si(sm:modelTitle/@format, sm:modelTitle/@format, 'fullTitleText')"/>'))</source> 287 287 </xsl0:when> 288 288 <xsl0:otherwise> … … 297 297 </source> 298 298 <valeur code="title"> 299 <source type="xpath-dynamique">resultatAgent(concat('@', switchAxis(codeAgent('//'), '<xsl0:value-of select=" @axis"/>'), '/<xsl0:value-of select="si(sm:modelTitle/@format, sm:modelTitle/@format, 'fullTitleText')"/>'))</source>299 <source type="xpath-dynamique">resultatAgent(concat('@', switchAxis(codeAgent('//'), '<xsl0:value-of select="sm:modelTitle/@axis"/>'), '/<xsl0:value-of select="si(sm:modelTitle/@format, sm:modelTitle/@format, 'fullTitleText')"/>'))</source> 300 300 <resultat cache="*"/> 301 301 </valeur>
Note: See TracChangeset
for help on using the changeset viewer.