Changeset 19676


Ignore:
Timestamp:
02/08/12 15:13:22 (4 months ago)
Author:
sam
Message:

textWebTransf : ajout de sm:label/sm:dynamicStringµ

Location:
trunk/Wsp_Modeling
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/es/content/resources/textXhtmlTransf/xml.xed.xml

    r19560 r19676  
    1818 * sylvain.spinelli@kelis.fr 
    1919 * 
    20  * Portions created by the Initial Developer are Copyright (C) 2005-2011 
     20 * Portions created by the Initial Developer are Copyright (C) 2005-2012 
    2121 * the Initial Developer. All Rights Reserved. 
    2222 * 
     
    272272                                <se:ref se:refid="elt_callSubModel"/> 
    273273                                <se:ref se:refid="elt_subModelTitle"/> 
     274                                <se:ref se:refid="elt_dynamicString_co" se:refurl="chrome://sm_modeling/content/xEdition/coreWeb.xed.xml"/> 
    274275                        </se:choice> 
    275276                        <insert se:bind="current"/> 
     
    282283                                <se:ref se:refid="elt_callSubModel"/> 
    283284                                <se:ref se:refid="elt_subModelTitle"/> 
     285                                <se:ref se:refid="elt_dynamicString_co" se:refurl="chrome://sm_modeling/content/xEdition/coreWeb.xed.xml"/> 
    284286                        </se:choice> 
    285287                        <insert se:bind="current"/> 
  • trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs/_common/sm/textXhtmlTransf/content.xsl.xsl

    r19560 r19676  
    935935                </xsl0:choose> 
    936936        </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('&lt;root&gt;',.,'&lt;/root&gt;'))/*/*"/></xsl0:template> 
    937940        <xsl0:template match="node()" mode="refItemLabel"/> 
    938941        <!-- Axis refItemHref --> 
Note: See TracChangeset for help on using the changeset viewer.