Codebase list ohcount / upstream/4.0.0+git20210223.6654d48 test / src_dir / xml1.xml
upstream/4.0.0+git20210223.6654d48

Tree @upstream/4.0.0+git20210223.6654d48 (Download .tar.gz)

xml1.xml @upstream/4.0.0+git20210223.6654d48raw · 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>