summaryrefslogtreecommitdiff
path: root/examples/elementtree/test3.xml
blob: 6a7a2343eb70303d338ff431175dd1ae31b21c36 (plain)
1
2
3
4
5
6
7
<somefile>
    test3
    <header name="aheader" value="bar" hoho="lala">
        <field1>one</field1>
        <field2 attr='foo'>there</field2>
    </header>
</somefile>