Changeset 19617
- Timestamp:
- 02/01/12 17:58:57 (4 months ago)
- Location:
- trunk/Wsp_Modeling
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/es/content/organisation/compositionXhtmlTransf/xml.xed.xml
r19605 r19617 120 120 <se:ref se:refid="sm:fixedString_noloc"/> 121 121 </childs> 122 </element> 123 124 <element se:id="sm:freeXpath" se:name="sm:freeXpath" se:bind="element" forcefilled="true"> 125 <atts> 126 <attribute se:bind="attribute" se:name="xpath"> 127 <wordsInput trim="true" notnull="true" frenchPonct="false"/> 128 </attribute> 129 </atts> 122 130 </element> 123 131 … … 1363 1371 <!-- TODO <se:ref se:refid="sm:callPartMeta"/> --> 1364 1372 <se:ref se:refid="sm:callModel"/> 1373 1374 <se:ref se:refid="sm:freeXpath"/> 1375 1365 1376 </se:choice> 1366 1377 <insert se:bind="current"/> -
trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs/sm_compositionXhtmlTransf/bs.xml.xsl
r19586 r19617 239 239 240 240 <!-- ######### listenoeuds_xsl ########--> 241 <xsl0:template match="sm:freeXpath" mode="listenoeuds_xsl"> 242 <xsl:value-of> 243 <xsl0:attribute name="select"> 244 <xsl0:apply-templates select="." mode="listenoeuds_item"/> 245 </xsl0:attribute> 246 </xsl:value-of> 247 </xsl0:template> 241 248 <xsl0:template match="sm:choose" mode="listenoeuds_xsl"> 242 249 <xsl:choose> … … 315 322 <xsl0:template match="sm:callModel" mode="listenoeuds_item">resultatAgent('//callModel_<xsl0:value-of select="generate-id()"/>')</xsl0:template> 316 323 <xsl0:template match="sm:callCompositionMeta" mode="listenoeuds_item">concat('@', getIdNode(.), '_meta<xsl0:value-of select="getAxisSuffix(@axis)"/>')</xsl0:template> 324 <xsl0:template match="sm:freeXpath" mode="listenoeuds_item"><xsl0:value-of select="@xpath"/></xsl0:template> 317 325 <xsl0:template match="node()" mode="listenoeuds_item"/> 318 326
Note: See TracChangeset
for help on using the changeset viewer.