<
From version < 5.1 >
edited by Outhman Moustaghfir
on 2024/06/10 11:02
To version < 7.1 >
edited by Outhman Moustaghfir
on 2024/06/19 13:16
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -22,7 +22,7 @@
22 22  Searching by trkIDs :
23 23  
24 24  {{code language="XML"}}
25 -<xsl:value-of select="ixf:GetTracking('Product [ _trkID in '632061bef8aef457701a28d2;632061e5f8aef457701a28d3;63206213f8aef457701a28d4]')"></xsl:value-of>
25 +<xsl:value-of select="ixf:GetTracking('Product [ _trkID '632061bef8aef457701a28d2;632061e5f8aef457701a28d3;63206213f8aef457701a28d4]')"></xsl:value-of>
26 26  {{/code}}
27 27  
28 28  Set the limit value to get only 4 elements and fetch link 'Invoice' :
... ... @@ -42,3 +42,10 @@
42 42  {{code language="XML"}}
43 43  <xsl:value-of select="ixf:GetTracking('Product [Name == Laptop AND Brand == Dell AND _statusTracking==Delivered ]','',0,'Country')"></xsl:value-of>
44 44  {{/code}}
45 +
46 +GetTracking with projection : 
47 +
48 +
49 +{{code language="XML"}}
50 +<xsl:value-of select="ixf:GetTracking('Product [Name == Laptop AND Brand == Dell AND _statusTracking==Delivered ]/Processors')"></xsl:value-of>
51 +{{/code}}
This wiki is hosted and managed by iXPath
Powered by XWiki 13.3 debian