<
From version < 1.5 >
edited by Abdelali EL MAJDOUBI
on 2023/08/02 13:01
To version < 1.3 >
edited by Abdelali EL MAJDOUBI
on 2023/08/02 12:43
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -8,12 +8,14 @@
8 8  * ${ixf:sum(xpathExp,"10")} the result will be the sum of the result obtained from evaluating "xpathExp" and 10.
9 9  * ${ixf:sum("10","12","100")}  the result will be 122, which is the sum of the individual results of "10", "12", and "100".
10 10  
11 -Ensure that numerical values are between double quotes : ${ixf:sum("10","12","100")},
11 +== Note: ==
12 12  
13 -while xpath expressions should remain without any quote enclosures.
13 +Ensure that numerical values are between:
14 14  
15 -== Note: ==
15 +* Double quotes : ${ixf:sum("10","12","100")}
16 +* Single quotes : ${ixf:sum('10','12','100')}
17 +* Mixing both quotes : ${ixf:sum("10",'12','100')}
16 16  
17 -Numerical values can be also enclosed within single quotes : ${ixf:sum('10','12','100')} **OR **mix single and double quotes, like this: ${ixf:sum("10",'12','100')}.
19 +while xpath expressions should remain without any quote enclosures.
18 18  
19 19  
This wiki is hosted and managed by iXPath
Powered by XWiki 13.3 debian