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

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

xml1.xml @upstream/latestraw · 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>