tags:

views:

155

answers:

2

I cannot find the answer for this question.

I read that doubling the bracket should help so something like

<node>http://test.com?test={{0}}&lt;/node&gt;

But it didn't

+3  A: 

You shouldn't need to escape the } character. See this question for the characters that need escaped in XML.

James
ChiTec
+1  A: 

Curly brackets should be escaped only when inside attributes of an XSLT. What kind of transformation are you trying and how?

mamoo