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
feat(ch 2): added examples
This commit is contained in:
20
Unidad_02_XML_Introduccion/Ej02_bolaDeDragon.xml
Normal file
20
Unidad_02_XML_Introduccion/Ej02_bolaDeDragon.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user