jdk/test/java/util/Properties/invalidxml/NoDocType.xml.excluded
changeset 14909 eded175efec2
equal deleted inserted replaced
14908:1d01112e9ce5 14909:eded175efec2
       
     1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
       
     2 
       
     3 <!-- An XML properties document has the DOCTYPE declaration with the properties root element -->
       
     4 
       
     5 <properties>
       
     6 <entry key="foo">bar</entry>
       
     7 <entry key="gus">baz</entry>
       
     8 </properties>