Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/mobile
Path: blob/master/test/jdk/java/util/Properties/invalidxml/NoNamespaceSupport.xml
41153 views
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
13