cordova-android/node_modules/elementtree/tests/data/xml2.xml

15 lines
266 B
XML
Raw Normal View History

2016-01-23 03:49:15 +08:00
<?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>