< prev index next >

test/jdk/java/util/ResourceBundle/modules/basic/srcXml/bundles/jdk/test/resources/MyResources_zh_TW.xml

Print this page


   1 <?xml version="1.0" encoding="UTF-8"?>
   2 
   3 <!---->
   4 
   5 <!-- DTD for properties -->
   6 <!DOCTYPE properties [
   7 <!ELEMENT properties ( comment?, entry* ) >
   8 <!ATTLIST properties version CDATA #FIXED "1.0">
   9 <!ELEMENT comment (#PCDATA) >
  10 <!ELEMENT entry (#PCDATA) >
  11 <!ATTLIST entry key CDATA #REQUIRED>
  12 ]>
  13 
  14 <properties>
  15     <comment>Test data for ResourceBundle in named modules.</comment>
  16     <entry key="key">zh-TW: message</entry>
  17 </properties>
   1 <?xml version="1.0" encoding="UTF-8"?>
   2 
   3 <!---->
   4 
   5 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">








   6 <properties>
   7     <comment>Test data for ResourceBundle in named modules.</comment>
   8     <entry key="key">zh-TW: message</entry>
   9 </properties>
< prev index next >