blob: 42035ba97f59010d063a4bf92e7b96eedd3b9146 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="utf-8"?>
<root xmlns="test"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="test test.xsd">
<recursive>
<value-a>
<constant>1</constant>
</value-a>
<recursive>
<value-b>
<constant>2</constant>
</value-b>
</recursive>
</recursive>
</root>
|