< prev index next >

test/java/util/spi/ResourceBundleControlProvider/providersrc/XmlRB_ja.xml

Print this page
rev 13658 : 8213325: (props) Properties.loadFromXML does not fully comply with the spec
Reviewed-by: alanb, rriggs, dfuchs, naoto

*** 23,40 **** or visit www.oracle.com if you need additional information or have any questions. --> <!----> ! <!-- DTD for properties --> ! <!DOCTYPE properties [ ! <!ELEMENT properties ( comment?, entry* ) > ! <!ATTLIST properties version CDATA #FIXED "1.0"> ! <!ELEMENT comment (#PCDATA) > ! <!ELEMENT entry (#PCDATA) > ! <!ATTLIST entry key CDATA #REQUIRED> ! ]> ! <properties> <comment>Test data for UserDefaultControlTest.java</comment> <entry key="type">XML</entry> </properties> --- 23,32 ---- or visit www.oracle.com if you need additional information or have any questions. --> <!----> ! <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd"> <properties> <comment>Test data for UserDefaultControlTest.java</comment> <entry key="type">XML</entry> </properties>
< prev index next >