1<?xml version="1.0" encoding="UTF-8"?> 2<!-- This tests that four-byte UTF-8 characters are parsed properly when split across a buffer boundary of length XML_PARSER_BIG_BUFFER_SIZE (300 bytes). --> 3<doc> 4<p><![CDATA[]]></p> 5<p><![CDATA[ ]]></p> 6<p><![CDATA[ ]]></p> 7<p><![CDATA[ ]]></p> 8</doc> 9