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

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

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