Changeset 6825

Show
Ignore:
Timestamp:
09.10.2006 19:32:27 (3 years ago)
Author:
sam
Message:

Correction Ticket #37 : xhtmlToOdGenTransf, binaryXhtmlTransf: Bugs dans la liste des items appelés

Location:
trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_binaryXhtmlTransf/calledTransformersInc.xsl

    r6184 r6825  
    6161 
    6262        <!-- MODE IN --> 
    63                                          
    6463        <xsl:template match="sm:binaryTitle" mode="in"> 
    65                 <call model="{getIdFromPath($vStructureModel/sm:meta/@sc:refUri)}" axis="{@axis}" view="title"/> 
     64                <call model="{getIdFromPath(/sm:binaryXhtmlTransf/sm:model/@sc:refUri)}" axis="{@axis}" view="title"/> 
    6665        </xsl:template> 
    6766         
  • trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_xhtmlToOdGenTransf.xml

    r5934 r6825  
    220220                                <xsl:template match="sm:xhtmlToOdGenTransf"> 
    221221                                        <xsl:apply-templates/> 
    222                                         <!--  
    223222                                        <xsl:variable name="vAgentMeta" select="computeNodeAgent(computeNodeAgent('//agentModel', 'agentMeta'))"/> 
    224223                                        <xsl:if test="$vAgentMeta"> 
    225224                                                <view code="title"><call model="{codeAgent($vAgentMeta)}" axis="" view="title"/></view> 
    226225                                        </xsl:if>  
    227                                         --> 
    228226                                </xsl:template> 
    229227                                <xsl:template match="sm:xhtmlContent"> 
  • trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_xhtmlToOdGenTransf/calledTransfList.xsl

    r6184 r6825  
    5656 
    5757        <xsl:template match="sm:xhtmlToOdGenTransf"> 
    58                 <xsl:apply-templates select="sm:xhtmlAccess"/> 
     58                <xsl:apply-templates select="sm:xhtmlContent"/> 
    5959        </xsl:template> 
    60         <xsl:template match="sm:xhtmlAccess"> 
     60        <xsl:template match="sm:xhtmlContent"> 
    6161                <xsl:variable name="vCalls"> 
    6262                        <calls><xsl:apply-templates mode="in"/></calls> 
  • trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_xhtmlToOdGenTransf/calledTransformersInc.xsl

    r6813 r6825  
    7575        </xsl:template> 
    7676         
     77        <xsl:template match="sm:callModelMeta" mode="in"> 
     78                <call model="{codeAgent(computeNodeAgent(computeNodeAgent('//agentModel', 'agentMeta')))}" axis="{@axis}" view="xhtmlContent"/> 
     79        </xsl:template> 
     80         
    7781        <xsl:template match="sm:modelTitle" mode="in"> 
    78                 <call model="{codeAgent(computeNodeAgent(computeNodeAgent('//agentModel', 'agentMeta')))}" axis="{@axis}" view="title"/> 
     82                <call model="{getIdFromPath(/sm:xhtmlToOdGenTransf/sm:model/@sc:refUri)}" axis="{@axis}" view="title"/> 
    7983        </xsl:template> 
    8084