<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- comments in this file are ignored by the parser -->
<document>
	<!-- cdata tag is next -->
	<![CDATA[
		This is just a <b>comment</b> which is not
		parsed by XML class.
	]]>
	<!-- title tag is next -->
	<title>cdata tag parser test</title>
</document>
 
  |