edgecase.xml 391 B

123456789
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <simple version="2.0">
  3. <![CDATA[not a tag: </simple>]]> <![CDATA[not a comment: <!-- simple -->]]>
  4. <edge1><![CDATA[also not a comment: <!-- simple -->]]></edge1>
  5. <edge2><!-- <![CDATA[still not a comment: <!-- simple -->]]>--></edge2>
  6. <self-closing/>
  7. <!-- Not closed quote ->" -->
  8. <text-quote>"This is also not closed</text-quote>
  9. </simple>