Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/mobile
Path: blob/master/test/jdk/java/util/Properties/invalidxml/BadCase.xml
41153 views
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
3
4
<!-- XML tags are case sensitve, opening and closing tags must use same case -->
5
6
<properties>
7
<entry key="foo">bar</entry>
8
<entry key="gus">baz</entry>
9
</PROPERTIES>
10
11