%myent; ]>
wrapInCDATA Simply wraps any data fragment into <![CDATA[ ... ]]> section. This can be useful if you want to preserve indentation or line breaks. Sample request: Hello World, here is some <xml> data ]]> Sample response: <![CDATA[Hello World, here is some <xml> data]]> ]]>