Cumulative Functoids
Cumulative Average
Generates: C#
Has XSLT Equivalent: in 2.0 only
XSLT 1.0 Equivalent: (none)
Cumulative Concatenate
XSLT 1.0 Equivalent: concat(string, string, string, ...)
XSLT 2.0 Equivalent: concat(string, string, string, ...)
Cumulative Maximum
Cumulative Minimum
Cumulative Sum
Has XSLT Equivalent: in 1.0 and 2.0
XSLT 1.0 Equivalent: sum(node-set) or sum(value, value, value, ...)
XSLT 2.0 Equivalent: sum(node-set) or sum(value, value, value, ...)
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.