Changeset 6824 for branches/3.2.x/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_binaryXhtmlTransf/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_binaryXhtmlTransf/bsDescContent.xml.xsl
r6169 r6824 702 702 <valeur code="callTitle_{generate-id()}"> 703 703 <xsl0:choose> 704 <xsl0:when test="count(*) < 2 ">704 <xsl0:when test="count(*) < 2 and count(sm:binaryTitle/@prefix)=0 and count(sm:binaryTitle/@suffix)=0"> 705 705 <!-- binaryTile seul --> 706 <source type="xpath-dynamique">resultatAgent(concat('@', getIdFromPath(concat('src:', java:hGetUri(srcFileAgent()), '/meta.xml')), '_meta<xsl0:value-of select="getAxisSuffix( @axis)"/>/<xsl0:value-of select="si(sm:binaryTitle/@format, sm:binaryTitle/@format, 'fullTitleText')"/>'))</source>706 <source type="xpath-dynamique">resultatAgent(concat('@', getIdFromPath(concat('src:', java:hGetUri(srcFileAgent()), '/meta.xml')), '_meta<xsl0:value-of select="getAxisSuffix(sm:binaryTitle/@axis)"/>/<xsl0:value-of select="si(sm:binaryTitle/@format, sm:binaryTitle/@format, 'fullTitleText')"/>'))</source> 707 707 </xsl0:when> 708 708 <xsl0:otherwise> … … 717 717 </source> 718 718 <valeur code="title"> 719 <source type="xpath-dynamique">resultatAgent(concat('@', getIdFromPath(concat('src:', java:hGetUri(srcFileAgent()), '/meta.xml')), '_meta<xsl0:value-of select="getAxisSuffix( @axis)"/>/<xsl0:value-of select="si(sm:binaryTitle/@format, sm:binaryTitle/@format, 'fullTitleText')"/>'))</source>719 <source type="xpath-dynamique">resultatAgent(concat('@', getIdFromPath(concat('src:', java:hGetUri(srcFileAgent()), '/meta.xml')), '_meta<xsl0:value-of select="getAxisSuffix(sm:binaryTitle/@axis)"/>/<xsl0:value-of select="si(sm:binaryTitle/@format, sm:binaryTitle/@format, 'fullTitleText')"/>'))</source> 720 720 <resultat cache="*"/> 721 721 </valeur>
Note: See TracChangeset
for help on using the changeset viewer.