mirror of
https://gitlab.com/tutorial-java-rafa-munoz/tutorial-java-2024-25/LMSGI-2024-25.git
synced 2025-11-09 18:03:06 +01:00
8 lines
412 B
XML
8 lines
412 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml-stylesheet type="text/xsl" href="xml-xsl-ejercicicio08.xsl"?>
|
|
|
|
<marvel>
|
|
<superheroe nombre="Thor" poderes="Martillo mágico, Dios, Fuerza" amigos="Iron Man y Hulk"/>
|
|
<superheroe nombre="Hulk" poderes="Superfuerza, indestructible" amigos="Iron Man y Thor"/>
|
|
<superheroe nombre="Iron Man" poderes="Armadura, intelecto superior" amigos="Hulk y Thor"/>
|
|
</marvel> |