XML bien formado
<?xml version="1.0" encoding="UTF-8"?>
<catalog xmlns:dc="http://purl.org/dc/elements/1.1/">
<book id="bk101" lang="es">
<dc:title>Guía de XML & XPath</dc:title>
<author>Ada Lovelace</author>
<price currency="EUR">29.95</price>
<tags>
<tag>xml</tag>
<tag>datos</tag>
</tags>
<!-- edición revisada -->
</book>
<book id="bk102" lang="en">
<dc:title>Clean Feeds</dc:title>
<author>Alan Turing</author>
<price currency="USD">19.5</price>
<summary><![CDATA[Uses <rss> & <atom>]]></summary>
</book>
</catalog>
⚡ by MACM · miguelacm.es