cordova-android/node_modules/elementtree/tests/data/xml2.xml
Christopher J. Brody 6758793f09 CB-14145 commit updated node_modules in 7.1.x only
(installed by npm@6.1.0)
2018-07-11 08:57:13 -04:00

15 lines
266 B
XML

<?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>