Changeset 8864 for trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_compositionXhtmlTransf/bs.xml.xsl
- Timestamp:
- 03/05/07 14:11:33 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_compositionXhtmlTransf/bs.xml.xsl
r8859 r8864 391 391 <xsl0:attribute name="racine"><xsl0:value-of select="$vRacineComp"/></xsl0:attribute> 392 392 <xsl0:attribute name="codecomposant">concat('_<xsl0:value-of select="generate-id()"/>_', getIdNode(.))</xsl0:attribute> 393 <xsl0:apply-templates select="sm:title | ../self::sm:folderPreview/ sm:title" mode="intituleCtx"/>393 <xsl0:apply-templates select="sm:title | ../self::sm:folderPreview/preceding-sibling::sm:title" mode="intituleCtx"/> 394 394 </xsl0:when> 395 395 <xsl0:otherwise> 396 396 <!-- page hors contexte --> 397 <xsl0:apply-templates select="sm:title | ../self::sm:folderPreview/ sm:title" mode="intituleFix"/>397 <xsl0:apply-templates select="sm:title | ../self::sm:folderPreview/preceding-sibling::sm:title" mode="intituleFix"/> 398 398 </xsl0:otherwise> 399 399 </xsl0:choose>
Note: See TracChangeset
for help on using the changeset viewer.