[EMAIL PROTECTED] wrote:

if invoke apply-template on the order node
then
i think this would work
sum("price")*sum("qty")

this will not work. You are suggesting

(p1 + p2) * (q1 + q2)

which is not the same as:

(p1 * q1) + (p2 * q2)

which is what is required.

Chris



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to