Changeset 6824 for branches/3.2.x/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_xhtmlToOdGenTransf/bsDescContent.xml.xsl
- Timestamp:
- 10/09/06 19:22:13 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2.x/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_xhtmlToOdGenTransf/bsDescContent.xml.xsl
r6184 r6824 279 279 <valeur code="callTitle_{generate-id()}"> 280 280 <xsl0:choose> 281 <xsl0:when test="count(*) < 2 ">281 <xsl0:when test="count(*) < 2 and count(sm:modelTitle/@prefix)=0 and count(sm:modelTitle/@suffix)=0"> 282 282 <!-- modelTile seul --> 283 <source type="xpath-dynamique">resultatAgent(concat('@', getIdNode(.), '_meta<xsl0:value-of select="getAxisSuffix(@axis)"/>/<xsl0:value-of select="si(sm:modelTitle/@format, sm:modelTitle/@format, 'fullTitleText')"/>'))</source>283 <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> 284 284 </xsl0:when> 285 285 <xsl0:otherwise> … … 294 294 </source> 295 295 <valeur code="title"> 296 <source type="xpath-dynamique">resultatAgent(concat('@', getIdNode(.), '_meta<xsl0:value-of select="getAxisSuffix(@axis)"/>/<xsl0:value-of select="si(sm:modelTitle/@format, sm:modelTitle/@format, 'fullTitleText')"/>'))</source>296 <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> 297 297 <resultat cache="*"/> 298 298 </valeur>
Note: See TracChangeset
for help on using the changeset viewer.