Hi,
I have this XML file :
...
<Part>
<ID>1</ID>
<FLN ID="F051601001">ÂÓãÇä ÂÈی</FLN>
<FLN ID="F051601002">3400</FLN>
<FLN ID="F051601003">40</FLN>
</Part>
<Part>
<ID>2</ID>
<FLN ID="F051601004" >
<CFLN ID="1">10</CFLN>
<CFLN ID="2">2</CFLN>
<CFLN ID="3">4</CFLN>
<Total></Total>
</FLN>
</Part>
<Part>
<ID>3</ID>
<FLN ID="F051601005">3400</FLN>
<FLN ID="F051601006">40</FLN>
<FLN ID="F051601007" >
<CFLN ID="1">10</CFLN>
<CFLN ID="2">2</CFLN>
<CFLN ID="3">4</CFLN>
<Total></Total>
</FLN>
</Part>
<Part>
<ID>4</ID>
<FLN ID="F051601008" >
<CFLN ID="1">10</CFLN>
<CFLN ID="2">2</CFLN>
<Total></Total>
</FLN>
</Part>
I want use XRule calculator for calculate sum of CFLN and set into
Total tag. I want to know how can use XRule for calculate sum with
loop not direct address. does XRule have a function for check an xml
element has a specific child like Total and if it has then calculate
it.
Where can I found XRule function like iif,position or ...?
Best regards