summaryrefslogtreecommitdiffstats
path: root/test/xml/no-decl-1/input.xml
blob: fc938d4329936b3be3c7304c21a07b0155772f96 (plain)
1
2
3
4
5
6
7
8
<root>
    <child/>
    <child attr2="value2" attr1="value1"/>
    <child>
        <baby>some text</baby>
    </child>
</root>