I have a XML that contains the following line:
<Field Text="%%=$summ,{0:0.000}%%%" />
XslCompiledTransform.Load is expecting '}' instead of ':'.
Expected token '}', found ':' in %%=$summ,{0 -->:<-- 0.000}%%%
Is there any way to avoid this?