<
From version < 2.5 >
edited by Outhman Moustaghfir
on 2022/09/13 17:37
To version < 2.6 >
edited by Outhman Moustaghfir
on 2022/09/13 17:39
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -31,12 +31,20 @@
31 31  
32 32  Set the limit value to get only 4 elements  :
33 33  
34 -
35 35  {{code language="XML"}}
36 36  <xsl:value-of select="ixf:GetTracking('Product', 'Name;Brand;_statusTracking' , 'Laptop;Dell;Delivered' , 4)"></xsl:value-of>
37 37  {{/code}}
38 38  
39 -Ad
38 +Add an order by Country :
40 40  
40 +{{code language="XML"}}
41 +<xsl:value-of select="ixf:GetTracking('Product', 'Name;Brand;_statusTracking' , 'Laptop;Dell;Delivered' , 4, 'Country')"></xsl:value-of>
42 +{{/code}}
41 41  
44 +if you want to add an order without filling the limit, you must put 0 as value to it :
45 +
46 +{{code language="XML"}}
47 +<xsl:value-of select="ixf:GetTracking('Product', 'Name;Brand;_statusTracking' , 'Laptop;Dell;Delivered' , 0, 'Country')"></xsl:value-of>
48 +{{/code}}
49 +
42 42  
This wiki is hosted and managed by iXPath
Powered by XWiki 13.3 debian