blob: 3c140ee31d0c17e5c85745eff2770d7a45ec508a [file] [log] [blame]
<!--
Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0,
or the Eclipse Distribution License v. 1.0 which is available at
http://www.eclipse.org/org/documents/edl-v10.php.
SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
-->
<employee>
<name>Jane Doe</name>
<xmlData>&lt;root&gt;&lt;child&gt;A string wrapped in cdata&lt;/child&gt;&lt;/root&gt;</xmlData>
<nestedCData>&lt;![CDATA[nested]]&gt;</nestedCData>
<anotherCData1>here ]&gt; &gt; ]] ] is no replacement</anotherCData1>
<anotherCData2>here ]]]&gt;&gt; is one replacement only</anotherCData2>
<anotherCData3>]]&gt;]]&gt;]]&gt;</anotherCData3>
</employee>