added comments

This commit is contained in:
Lev Walkin 2005-02-18 18:10:33 +00:00
parent 1e4439612f
commit b0b8ad20c1
3 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,7 @@
<PDU>
<set>
<opaque></opaque>
<opaque><!-- zzz --></opaque>
<!-- zzz -->
<roid>123.456.789.101112</roid>
</set>
</PDU>

View File

@ -1,6 +1,6 @@
<PDU>
<setOf>
<REAL>3.14</REAL>
<REAL><PLUS-INFINITY/></REAL>
<REAL><!--zzz--><PLUS-INFINITY/></REAL>
</setOf>
</PDU>

View File

@ -1,6 +1,7 @@
<PDU>
<extensibleSet>
<extension></extension>
<extension> <!-- ext --> </extension>
<!-- zzz -->
<zuka/>
</extensibleSet>
</PDU>