CData sections in the XML message are represented by the CDataSection value element. The content of the CDataSection element is the value of the CDataSection element without the <![CDATA[ that marks its beginning and the ]]> that marks its end.
For example, the following Cdata section:
<![CDATA[<greeting>Hello, world!</greeting>]]>
is represented by a CDataSection element with a string value of:
"<greeting>Hello, world!</greeting>"
Unlike Content, occurrences of <, >, &, ", and ' are not translated to their escape sequences when the CDataSection is written out to a serialized message (bit stream).
Related concepts
Message flows
Related tasks
Developing message flow applications
Related reference
The XML message body
XML element
XML message body example: elements, attributes, and content
Notices |
Trademarks |
Downloads |
Library |
Support |
Feedback
![]() ![]() |
ad06370_ |