Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/mobile
Path: blob/master/test/jdk/java/util/Properties/invalidxml/invalidDTD.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
[<!ENTITY intEnt 'value3'> ]>
4
<?PITarget PIContent?>
5
<properties>
6
<comment>Property With Other Encoding</comment>
7
<entry key="Key1">value1</entry>
8
<entry key="Key2"><![CDATA[<value2>]]></entry>
9
<entry key="Key3">&intEnt;</entry>
10
</properties>
11
12