Changeset 19676
- Timestamp:
- 02/08/12 15:13:22 (4 months ago)
- Location:
- trunk/Wsp_Modeling
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/es/content/resources/textXhtmlTransf/xml.xed.xml
r19560 r19676 18 18 * sylvain.spinelli@kelis.fr 19 19 * 20 * Portions created by the Initial Developer are Copyright (C) 2005-201 120 * Portions created by the Initial Developer are Copyright (C) 2005-2012 21 21 * the Initial Developer. All Rights Reserved. 22 22 * … … 272 272 <se:ref se:refid="elt_callSubModel"/> 273 273 <se:ref se:refid="elt_subModelTitle"/> 274 <se:ref se:refid="elt_dynamicString_co" se:refurl="chrome://sm_modeling/content/xEdition/coreWeb.xed.xml"/> 274 275 </se:choice> 275 276 <insert se:bind="current"/> … … 282 283 <se:ref se:refid="elt_callSubModel"/> 283 284 <se:ref se:refid="elt_subModelTitle"/> 285 <se:ref se:refid="elt_dynamicString_co" se:refurl="chrome://sm_modeling/content/xEdition/coreWeb.xed.xml"/> 284 286 </se:choice> 285 287 <insert se:bind="current"/> -
trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs/_common/sm/textXhtmlTransf/content.xsl.xsl
r19560 r19676 935 935 </xsl0:choose> 936 936 </xsl0:template> 937 <xsl0:template match="sm:dynamicString" mode="refItemLabel"><xsl0:apply-templates mode="refItemLabel"/></xsl0:template> 938 <xsl0:template match="sm:freeSelect" mode="refItemLabel"><xsl:value-of select="{@xpath}"/></xsl0:template> 939 <xsl0:template match="sm:freeXslFragment" mode="refItemLabel"><xsl0:copy-of select="parseXml(concat('<root>',.,'</root>'))/*/*"/></xsl0:template> 937 940 <xsl0:template match="node()" mode="refItemLabel"/> 938 941 <!-- Axis refItemHref -->
Note: See TracChangeset
for help on using the changeset viewer.