jdk/test/java/util/Properties/invalidxml/IllegalComment.xml
changeset 14922 fdb5ce96f459
equal deleted inserted replaced
14921:e840a91b954b 14922:fdb5ce96f459
       
     1 <?xml version="1.0" encoding="utf8" standalone="no"?>
       
     2 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
       
     3 
       
     4 <!-- The dtd allows zero or one comment element -->
       
     5 
       
     6 <properties>
       
     7 <comment>comment1</comment>
       
     8 <comment>comment2</comment>
       
     9 <entry key="firstKey">value of the first key</entry>
       
    10 </properties>