< prev index next >

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

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


   8  published by the Free Software Foundation.  Oracle designates this
   9  particular file as subject to the "Classpath" exception as provided
  10  by Oracle in the LICENSE file that accompanied this code.
  11  
  12  This code is distributed in the hope that it will be useful, but WITHOUT
  13  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  14  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  15  version 2 for more details (a copy is included in the LICENSE file that
  16  accompanied this code).
  17  
  18  You should have received a copy of the GNU General Public License version
  19  2 along with this work; if not, write to the Free Software Foundation,
  20  Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  21  
  22  Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  23  or visit www.oracle.com if you need additional information or have any
  24  questions.
  25 -->
  26 <!---->
  27 
  28 <!-- DTD for properties -->
  29 <!DOCTYPE properties [
  30 <!ELEMENT properties ( comment?, entry* ) >
  31 <!ATTLIST properties version CDATA #FIXED "1.0">
  32 <!ELEMENT comment (#PCDATA) >
  33 <!ELEMENT entry (#PCDATA) >
  34 <!ATTLIST entry key CDATA #REQUIRED>
  35 ]>
  36 
  37 <properties>
  38     <comment>Test data for UserDefaultControlTest.java</comment>
  39     <entry key="type">XML</entry>
  40 </properties>


   8  published by the Free Software Foundation.  Oracle designates this
   9  particular file as subject to the "Classpath" exception as provided
  10  by Oracle in the LICENSE file that accompanied this code.
  11  
  12  This code is distributed in the hope that it will be useful, but WITHOUT
  13  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  14  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  15  version 2 for more details (a copy is included in the LICENSE file that
  16  accompanied this code).
  17  
  18  You should have received a copy of the GNU General Public License version
  19  2 along with this work; if not, write to the Free Software Foundation,
  20  Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  21  
  22  Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  23  or visit www.oracle.com if you need additional information or have any
  24  questions.
  25 -->
  26 <!---->
  27 
  28 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">








  29 <properties>
  30     <comment>Test data for UserDefaultControlTest.java</comment>
  31     <entry key="type">XML</entry>
  32 </properties>
< prev index next >