Ignore:
Timestamp:
10/19/07 10:14:31 (5 years ago)
Author:
sys
Message:

Ajout callModel dans dataForm.

File:
1 edited

Legend:

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

    r9295 r9846  
    116116                        <!-- Cas : sm:content --> 
    117117                        <xsl0:apply-templates select="sm:content"/> 
     118                        <!-- Agents callModel --> 
     119                        <xsl0:apply-templates mode="callModel" select="descendant::sm:callModel"/> 
    118120                </structure> 
    119121        </xsl0:template> 
     
    144146                        </source> 
    145147                        <xsl0:apply-templates mode="agentsWidgets"/> 
    146                 </valeur>                
     148                </valeur> 
    147149        </xsl0:template> 
    148150         
     
    281283        </xsl0:template> 
    282284        <!-- --> 
     285        <xsl0:template match="sm:callModel" mode="content">[![agent=//callModel_<xsl0:value-of select="generate-id()"/>]!]</xsl0:template> 
    283286        <!-- --> 
    284287        <xsl0:template match="sm:fieldValueString" mode="content"> 
     
    411414                </valeur> 
    412415        </xsl0:template> 
     416         
    413417</xsl0:stylesheet> 
Note: See TracChangeset for help on using the changeset viewer.