Changeset 6629


Ignore:
Timestamp:
09/25/06 20:31:24 (5 years ago)
Author:
sys
Message:

Bug sur l'inclusion du titre

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_xhtmlToOdGenTransf/bsDescContent.xml.xsl

    r6184 r6629  
    281281                                <xsl0:when test="count(*) &lt; 2"> 
    282282                                        <!-- 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="@axis"/>'), '/<xsl0:value-of select="si(sm:modelTitle/@format, sm:modelTitle/@format, 'fullTitleText')"/>'))</source> 
    284284                                </xsl0:when> 
    285285                                <xsl0:otherwise> 
     
    294294                                        </source> 
    295295                                        <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="@axis"/>'), '/<xsl0:value-of select="si(sm:modelTitle/@format, sm:modelTitle/@format, 'fullTitleText')"/>'))</source> 
    297297                                                <resultat cache="*"/> 
    298298                                        </valeur> 
Note: See TracChangeset for help on using the changeset viewer.