mirror of
https://gitlab.com/tutorial-java-rafa-munoz/tutorial-java-2024-25/LMSGI-2024-25.git
synced 2025-11-09 09:57:39 +01:00
10 lines
287 B
XML
10 lines
287 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml-stylesheet type="text/xsl" href="xml-xsl-ejercicicio02.xsl"?>
|
|
|
|
<superheroe>
|
|
<nombre>Thor</nombre>
|
|
<poderes>Martillo mágico, Dios, Fuerza
|
|
<invulnerable>Sí</invulnerable>
|
|
</poderes>
|
|
<amigos>Iron Man y Hulk</amigos>
|
|
</superheroe> |