Changeset 6826
- Timestamp:
- 09.10.2006 20:02:09 (3 years ago)
- Location:
- branches/3.2.x/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss
- Files:
-
- 4 modified
-
sm_binaryXhtmlTransf/calledTransformersInc.xsl (modified) (1 diff)
-
sm_xhtmlToOdGenTransf.xml (modified) (1 diff)
-
sm_xhtmlToOdGenTransf/calledTransfList.xsl (modified) (1 diff)
-
sm_xhtmlToOdGenTransf/calledTransformersInc.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2.x/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_binaryXhtmlTransf/calledTransformersInc.xsl
r6184 r6826 61 61 62 62 <!-- MODE IN --> 63 64 63 <xsl:template match="sm:binaryTitle" mode="in"> 65 <call model="{getIdFromPath( $vStructureModel/sm:meta/@sc:refUri)}" axis="{@axis}" view="title"/>64 <call model="{getIdFromPath(/sm:binaryXhtmlTransf/sm:model/@sc:refUri)}" axis="{@axis}" view="title"/> 66 65 </xsl:template> 67 66 -
branches/3.2.x/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_xhtmlToOdGenTransf.xml
r5934 r6826 220 220 <xsl:template match="sm:xhtmlToOdGenTransf"> 221 221 <xsl:apply-templates/> 222 <!--223 222 <xsl:variable name="vAgentMeta" select="computeNodeAgent(computeNodeAgent('//agentModel', 'agentMeta'))"/> 224 223 <xsl:if test="$vAgentMeta"> 225 224 <view code="title"><call model="{codeAgent($vAgentMeta)}" axis="" view="title"/></view> 226 225 </xsl:if> 227 -->228 226 </xsl:template> 229 227 <xsl:template match="sm:xhtmlContent"> -
branches/3.2.x/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_xhtmlToOdGenTransf/calledTransfList.xsl
r6184 r6826 56 56 57 57 <xsl:template match="sm:xhtmlToOdGenTransf"> 58 <xsl:apply-templates select="sm:xhtml Access"/>58 <xsl:apply-templates select="sm:xhtmlContent"/> 59 59 </xsl:template> 60 <xsl:template match="sm:xhtml Access">60 <xsl:template match="sm:xhtmlContent"> 61 61 <xsl:variable name="vCalls"> 62 62 <calls><xsl:apply-templates mode="in"/></calls> -
branches/3.2.x/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_xhtmlToOdGenTransf/calledTransformersInc.xsl
r6814 r6826 75 75 </xsl:template> 76 76 77 <xsl:template match="sm:callModelMeta" mode="in"> 78 <call model="{codeAgent(computeNodeAgent(computeNodeAgent('//agentModel', 'agentMeta')))}" axis="{@axis}" view="xhtmlContent"/> 79 </xsl:template> 80 77 81 <xsl:template match="sm:modelTitle" mode="in"> 78 <call model="{ codeAgent(computeNodeAgent(computeNodeAgent('//agentModel', 'agentMeta')))}" axis="{@axis}" view="title"/>82 <call model="{getIdFromPath(/sm:xhtmlToOdGenTransf/sm:model/@sc:refUri)}" axis="{@axis}" view="title"/> 79 83 </xsl:template> 80 84