swc/crates/swc_xml_parser/tests/fixture/cdata/input.xml
2022-08-01 03:56:12 +00:00

13 lines
433 B
XML

<root>
<description>An example of escaped CENDs</description>
<!-- This text contains a CEND ]]> -->
<!-- In this first case we put the ]] at the end of the first CDATA block
and the > in the second CDATA block -->
<exampleOfACDATA>
<![CDATA[
Since this is a CDATA section
I can use all sorts of reserved characters
but my document is still well formed!
]]>
</exampleOfACDATA>
</root>