<?xml version="1.0"?> <note> <to>Tove</to> <from>Jani</from> <heading>Reminder</heading> <body>Don't forget me!</body> </note>
<?xml version="1.0"?> ELEMENTO RAIZ: <note> ELEMENTOS HIJOS: <to>Tove</to> <from>Jani</from> <heading>Reminder</heading> <body>Don't forget me!</body> FIN DEL ELEMENTO RAÍZ </note>
<root> <child attribute=“whatever“> <subchild>.....</subchild> </child> </root>
By marcos_perez