-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest.xml
32 lines (32 loc) · 861 Bytes
/
test.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<root>
<section>
<value>7</value>
</section>
<key>value</key>
<integer>5</integer>
<long>6</long>
<float>0.8</float>
<boolean>true</boolean>
<double>0.7</double>
<string-list configurate-type="list">
<element>asdf</element>
</string-list>
<integer-list configurate-type="list">
<element>2</element>
<element>7</element>
</integer-list>
<long-list configurate-type="list">
<element>5</element>
</long-list>
<float-list configurate-type="list">
<element>0.05</element>
</float-list>
<boolean-list configurate-type="list">
<element>true</element>
<element>false</element>
</boolean-list>
<double-list configurate-type="list">
<element>1.01</element>
</double-list>
</root>