Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/mobile
Path: blob/master/test/jdk/java/util/Properties/invalidxml/IllegalElement.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
<!-- The dtd requires a properties root, but not element -->
5
6
<properties>
7
<comment>comment</comment>
8
<properties>
9
<entry key="firstKey">value of the first key</entry>
10
</properties>
11
</properties>
12
13