Changes for page IXpathExpression
Last modified by Outhman Moustaghfir on 2024/07/24 12:22
<
>
edited by Outhman Moustaghfir
on 2024/06/10 11:23
on 2024/06/10 11:23
edited by Outhman Moustaghfir
on 2024/03/04 15:18
on 2024/03/04 15:18
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -46,7 +46,7 @@ 46 46 Exemple : 47 47 48 48 {{code language="XML"}} 49 -<xsl:value-of select="ixf:GetTracking(Order[_envID = 'iXPath' ])"></xsl:value-of>49 +<xsl:value-of select="ixf:GetTracking(Order[_envID = 'iXPath')"></xsl:value-of> 50 50 {{/code}} 51 51 52 52 * ((( ... ... @@ -56,7 +56,7 @@ 56 56 **~ **To call values from links, insert "**!**" at the beginning of the alias. For example: !key will refer to the linked value associated with the key. 57 57 58 58 {{code language="XML"}} 59 -<xsl:value-of select="ixf:GetTracking(Order[!Partner.Name = 'My Partner' ])"></xsl:value-of>59 +<xsl:value-of select="ixf:GetTracking(Order[!Partner.Name = 'My Partner')"></xsl:value-of> 60 60 {{/code}} 61 61 62 62 * **Extrametadata:** ... ... @@ -64,10 +64,8 @@ 64 64 To call values from extrametadata, insert "**§**" at the beginning of the alias. For example: §key will refer to the value associated with the key in extrametadata. 65 65 66 66 {{code language="XML"}} 67 -<xsl:value-of select="ixf:GetTracking(Order[§xTraMetaDataKey = 'Value' ])"></xsl:value-of>67 +<xsl:value-of select="ixf:GetTracking(Order[§xTraMetaDataKey = 'Value')"></xsl:value-of> 68 68 {{/code}} 69 69 70 -* **Projection:** 71 -To project into a certain value you can use : 72 -{{code language="XML"}}<xsl:value-of select="ixf:GetTracking(Order[§xTraMetaDataKey = 'Value']/OrderType)"></xsl:value-of>{{/code}} 73 - 70 + 71 +