Technical data

Documentation Additions, Changes, and Corrections
BEA WebLogic Integration Release Notes 55
By default, this check box is selected. This means that reserved characters, such as the
ampersand (
&) or right angle bracket (<), are escaped in order to preserve the validity
of the XML document. For example,
& and < would be replaced with &amp; and &lt;
respectively. In the above example, the variable
companyXml contains
<name>PG&amp;E</name>.
However, consider the following example using the XML variables, as shown in
Figure 2:
xmlsub1: <sub-elem-1>value 1</sub-elem-1>
xmlsub2:
<sub-elem-2>
<ss-elem>value 1</ss-elem>
<ss-elem>value 2</ss-elem>
<ss-elem>value 3</ss-elem>
<ss-elem>value 4</ss-elem>
</sub-elem-2>