- or download this
<?xml version="1.0"?>
<doc><elt>a regular elt with a > in it</elt>
<pre> spaces are significant in this element
...
<elt><![CDATA[<toto><tata>booh<tutu>]]></elt>
<elt>text with an <sub>embedded</sub> element</elt>
</doc>
- or download this
<?xml version="1.0"?>
<doc>
...
</elt>
<elt>text with an <sub>embedded</sub> element</elt>
</doc>
- or download this
<?xml version="1.0"?>
<
doc><
elt att="val">you can also break between the tag and the attribute and
+ between attributes</elt></doc>