Changeset 9955 for trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/_common/sm/textOdTransf/calledTransformersInc.xsl
- Timestamp:
- 11/21/07 15:55:38 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/_common/sm/textOdTransf/calledTransformersInc.xsl
r9280 r9955 94 94 </xsl:for-each> 95 95 </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> 96 103 97 <xsl:template match="text()|@*"/>98 99 104 <!-- gestion des category (block) --> 100 105 <xsl:template match="sm:dataBlock" mode="callBlockCategory"> … … 103 108 <xsl:template match="text()|@*" mode="callBlockCategory"/> 104 109 110 <xsl:template match="text()|@*"/> 111 105 112 </xsl:stylesheet>
Note: See TracChangeset
for help on using the changeset viewer.