I can use SUM(xpath) to sum all node values, but I also have a requirement to sum all positive node values, all negative node values and all node values treating them as absolute values. Is this possible with XSLT?
What is the use of default keyword in C#? Is it introduced in C# 3.0 ?