xref: /aosp_15_r20/tools/security/fuzzing/llm/xmlreader_fuzzer/testdata/cdata.xml (revision d9ecfb0f4d734c9ce41cde8ac4d585b094fd4222)
1<?xml version="1.0" encoding="UTF-8"?>
2<root>
3    <!-- Example with special characters and CDATA -->
4    <data><![CDATA[Some <encoded> data & other "special" characters]]></data>
5    <message>Hello &amp; Welcome!</message>
6</root>
7