xref: /aosp_15_r20/libcore/ojluni/src/test/java/util/Properties/invalidxml/NoNamespaceSupport.xml (revision 89a6322812dc8573315e60046e7959c50dad91d4)
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>
12