aboutsummaryrefslogtreecommitdiff
path: root/cordova/node_modules/elementtree/tests/data/xml2.xml
blob: 5f94bbd9c4fc40b88f668b1402ef965332febf85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0"?>
<object>
    <title>
        Hello World
    </title>
    <children>
        <object id="obj1" />
        <object id="obj2" />
        <object id="obj3" />
    </children>
    <text><![CDATA[
        Test & Test & Test
    ]]></text>
</object>