test/jdk/java/util/Properties/invalidxml/IllegalElement.xml
author joehw
Tue, 04 Dec 2018 14:53:00 -0800
changeset 52825 2077a5437d43
permissions -rw-r--r--
8213325: (props) Properties.loadFromXML does not fully comply with the spec Reviewed-by: alanb, rriggs, dfuchs, naoto

<?xml version="1.0" encoding="utf8" standalone="no"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">

<!-- The dtd requires a properties root, but not element -->

<properties>
<comment>comment</comment>
    <properties>
        <entry key="firstKey">value of the first key</entry>
    </properties>
</properties>