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
20 lines
531 B
XML
20 lines
531 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<dragonBall>
|
|
<personaje nombre="Goku">
|
|
<evolucion>Super guerrero</evolucion>
|
|
<evolucion>Super guerrero 2</evolucion>
|
|
<evolucion>Super guerrero Dios</evolucion>
|
|
<evolucion>Super guerrero < Blue</evolucion>
|
|
<amigo nombre="Krilin"/>
|
|
</personaje>
|
|
<!--
|
|
asdfasdf
|
|
asdfasdf
|
|
sadfasdf
|
|
-->
|
|
<personaje nombre="Freezer">
|
|
<evolucion>Primera forma</evolucion>
|
|
<evolucion>Freezer Gold</evolucion>
|
|
</personaje>
|
|
|
|
</dragonBall> |