Changes for page GetTracking (OLD)
Last modified by Outhman Moustaghfir on 2024/02/26 17:12
<
>
edited by Outhman Moustaghfir
on 2022/09/13 16:46
on 2022/09/13 16:46
edited by Outhman Moustaghfir
on 2022/09/13 17:29
on 2022/09/13 17:29
Change comment:
(Autosaved)
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,8 +1,8 @@ 1 -= Introduction 1 += Introduction = 2 2 3 3 In this section, we will go throw an XSL function to get trackings by trkID or using Keys/Values. 4 4 5 -= Parameters 5 += Parameters = 6 6 7 7 GetTracking uses 5 params to help retrieve trackings in question. 8 8 ... ... @@ -21,6 +21,6 @@ 21 21 22 22 if we want to get Product by key values 23 23 24 - {{code language="XML"}}<xsl:value-of select="ixf:GetTracking('Product', 'Name;Brand' , 'Laptop;Dell')"/>{{/code}} 24 + {{code language="XML"}}<xsl:value-of select="ixf:GetTracking('Product', 'Name;Brand' , 'Laptop;Dell')"></xsl:value-of>{{/code}} 25 25 26 26