From version 1.1 >
edited by Outhman Moustaghfir
on 2024/02/21 11:08
To version < 4.2 >
edited by Outhman Moustaghfir
on 2024/02/26 17:12
>
Change comment: Update document after refactoring.

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,1 @@
1 -iXPath V3.Funcitons.tracking.WebHome
1 +iXPath V3.Functions.XSLT .tracking.WebHome
Content
... ... @@ -6,7 +6,7 @@
6 6  
7 7  
8 8  {{code language="XML"}}
9 -<TEST> <xsl:value-of select="ixf:RemoveTracking('trackingType','trkID')"/> </TEST>
9 +<TEST> <xsl:value-of select="ixf:RemoveTracking('trackingType','trkID')"></xsl:value-of> </TEST>
10 10  {{/code}}
11 11  
12 12  * trackingType: The type of tracking to be removed.
... ... @@ -15,16 +15,11 @@
15 15  === Example : Remove Tracking ===
16 16  
17 17  {{code language="XML"}}
18 -<TEST> <xsl:value-of select="ixf:RemoveTracking('Product', '65d35436310db513395b30b7')"/> </TEST>
18 +<TEST> <xsl:value-of select="ixf:RemoveTracking('Product', '65d35436310db513395b30b7')"></xsl:value-of> </TEST>
19 19  {{/code}}
20 20  
21 21  This example removes a tracking entry with the type 'Product' and the ID '65d35436310db513395b30b7'.
22 22  
23 -=== ===
24 -
25 25  == Note ==
26 26  
27 27  * Ensure that the provided trackingType and trkID values match an existing entry in the database.
28 -* The function will return a success message upon successful removal.
29 -* If no matching entry is found, it will return a message indicating that the entry was not found.
30 -*
This wiki is hosted and managed by iXPath
Powered by XWiki 13.3 debian