jdk/test/java/util/Properties/invalidxml/NoNamespaceSupport.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 <!-- namespace is not supported -->
       
     5 
       
     6 <javautil:properties xmlns:javautil="http://java.sun.com/java/util/Properties">
       
     7 <javautil:comment>comment1</javautil:comment>
       
     8 
       
     9 <javautil:entry key="firstkey">value of the first key</javautil:entry>
       
    10 <javautil:entry key="secondkey">value of the second key</javautil:entry>
       
    11 </javautil:properties>