Codebase list ohcount / upstream/4.0.0 test / src_dir / xml1.xml
upstream/4.0.0

Tree @upstream/4.0.0 (Download .tar.gz)

xml1.xml @upstream/4.0.0raw · history · blame

<xml>
<!-- comment 
  comment line 2
	-> almost done with comment
	-->
	<![CDATA[	
	<!-- not a comment! -->
	]]>

	<e attr="<![CDATA[ not in cdata!">
		<!-- comment again -->
	</e>
</xml>