1<?xml version="1.0" encoding="utf-8"?>
2<xml xmlns="foo://bar" xmlns:bar="bar://foo">
3	<!-- commento1 -->
4	<hello>world</hello>
5	<foo>
6		<![CDATA[ this should unescape <&; etc... :) ]]>
7	</foo>
8	<bar:parent xmlns="bar://child" xmlns:special_child="bar://special_child">
9		<child1/>
10		<special_child:child2/>
11		<child3/>
12	</bar:parent>
13	<parent attr="val">
14		<blah attr="val2">SECOND</blah>
15	</parent>
16	<qtest qattr="&quot;qval&quot;">TEST</qtest>
17</xml>
18