Initial Revision
[ohcount] / test / src_dir / xml1.xml
1 <xml>
2 <!-- comment 
3   comment line 2
4         -> almost done with comment
5         -->
6         <![CDATA[       
7         <!-- not a comment! -->
8         ]]>
9
10         <e attr="<![CDATA[ not in cdata!">
11                 <!-- comment again -->
12         </e>
13 </xml>
14