Ignore:
Timestamp:
10/09/06 19:32:27 (5 years ago)
Author:
sam
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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         
Note: See TracChangeset for help on using the changeset viewer.