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}}</node>
But it didn't
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}}</node>
But it didn't
You shouldn't need to escape the }
character. See this question for the characters that need escaped in XML.
Curly brackets should be escaped only when inside attributes of an XSLT. What kind of transformation are you trying and how?