Home
TeamSite
TeamSite, LiveSite and OpenDeploy
ouput CDATA
Andy Knipp
OK, I am creating an XML file from a TPL. I was asked to wrap a field in a CDATA field. According to the doc - /iw/help/tst/pt/TeamSite__PT__iw_pt.html, if the TPL is not a script XML file then it should pass the data straight thought. However, this:
[html]
<![CDATA[ {iw_value name='dcr.Root.LeftSection.Title'/} ]]><br>
[/html]
produces this
[html]
News and updates <br>
[/html]
Am I missing something or is it a bug ?
Find more posts tagged with
Comments
There are no comments yet