summaryrefslogtreecommitdiffstats
path: root/tools/qa/data/test.xml
blob: c2736e8bb6ac64fa3da5bfaee0fec19bc790fdce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>

<root root-attr="Hello World">
    <child number="1" attribute="123">
        <grandchild attribute1="ABC" attribute2="CDE">Content</grandchild>
    </child>
    <child number="2">
    </child>
    <child number="3">
    </child>
    <xx:with-namespace xmlns:xx="adobe:ns:meta/">
    </xx:with-namespace>
</root>