summaryrefslogtreecommitdiff
path: root/examples/elementtree/test.xml
blob: edb44ccc27a4cdf536929c681a15b531ca90d0b8 (plain)
1
2
3
4
5
6
7
8
9
<somefile>
    This is somefile.
    <header name="foo" value="bar" hoho="lala">
        <field1>hi</field1>
        <field2>there</field2>
        Some additional text within the header.
    </header>
    Some more text within somefile.
</somefile>