Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/openjdk-multiarch-jdk8u
Path: blob/aarch64-shenandoah-jdk8u272-b10/jdk/test/javax/xml/bind/marshal/8036981/test.xml
38863 views
1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
<main>
3
<Root>
4
<SomeTag>
5
<AChildTag>
6
<AnotherChildTag/>
7
<AnotherChildTag/>
8
</AChildTag>
9
</SomeTag>
10
</Root>
11
<Good>
12
<VeryGood>
13
<TheBest>
14
<MegaSuper/>
15
<MegaSuper/>
16
</TheBest>
17
</VeryGood>
18
</Good>
19
</main>
20
21