blob: 4d61ed00369d2efdb13f7544dd9c037d0a458989 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<document xmlns:test="test">
<test:test>
<test:c>
<test:b>test_a_foo</test:b>
<test:b>test_a_foo2</test:b>
<test:a id="test_a_foo" name="foo"/>
</test:c>
<test:c>
<test:b>test_a_foo</test:b>
<test:a name="foo"/>
</test:c>
<test:c>
<test:a name="foo"/>
<test:a name="foo2"/>
</test:c>
<test:a id="test_a_foo2" name="foo2"/>
</test:test>
</document>
|