Ignore:
Timestamp:
11/21/07 15:55:38 (4 years ago)
Author:
anp
Message:

ajout sm:Widget dans textOdTransf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/_common/sm/textOdTransf/calledTransformersInc.xsl

    r9280 r9955  
    9494                </xsl:for-each> 
    9595        </xsl:template> 
     96         
     97        <!-- sm:widget --> 
     98        <xsl:template match="sm:Widget"> 
     99                <!-- Inclusions des liens du widget --> 
     100                <xsl:value-of select="resultatAgent(concat('@', getIdFromPath(@sc:refUri), '/viewsInfo'))" disable-output-escaping="yes"/> 
     101                <xsl:apply-templates/> 
     102        </xsl:template> 
    96103                         
    97         <xsl:template match="text()|@*"/> 
    98          
    99104        <!-- gestion des category (block) --> 
    100105        <xsl:template match="sm:dataBlock" mode="callBlockCategory"> 
     
    103108        <xsl:template match="text()|@*" mode="callBlockCategory"/> 
    104109         
     110        <xsl:template match="text()|@*"/> 
     111         
    105112</xsl:stylesheet> 
Note: See TracChangeset for help on using the changeset viewer.