Ignore:
Timestamp:
03/04/07 19:58:08 (5 years ago)
Author:
sam
Message:

Ticket #164 - ajouter fixedString en cible des liens sm:WLink des compositionXhtmlTransf
sm:link contient maintenant sm:externalUrl/sm:fixedString

File:
1 edited

Legend:

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

    r8615 r8859  
    371371        <xsl0:template match="sm:lookForExistingSubModelPage" mode="pathPageInContent">[![dialog=.;arguments=lookFor:dir=ancestor&amp;codeAgentPrinc={concat(si(@sc:refUri, getIdFromPath(@sc:refUri), getIdNode(.)), '<xsl0:value-of select="getAxisSuffix(@axis)"/>')}&amp;computeResultWithArguments=act:]!]</xsl0:template> 
    372372        <xsl0:template match="sm:callPartMeta" mode="pathPageInContent">[![agent=@{getIdNode(.)}_meta<xsl0:value-of select="getAxisSuffix(@axis)"/>;arguments=act:]!]</xsl0:template> 
    373         <xsl0:template match="*" mode="pathPageInContent"/> 
     373        <xsl0:template match="sm:externalUrl" mode="pathPageInContent"><xsl0:apply-templates mode="pathPageInContent"/></xsl0:template> 
     374        <xsl0:template match="sm:fixedString" mode="pathPageInContent"><xsl0:value-of select="@value"/></xsl0:template> 
     375        <xsl0:template match="node()" mode="pathPageInContent"/> 
    374376         
    375377        <!-- ######### comps : création des composants fils de la structure racine. ########--> 
Note: See TracChangeset for help on using the changeset viewer.