mirror of
https://gitlab.com/tutorial-java-rafa-munoz/tutorial-java-2024-25/LMSGI-2024-25.git
synced 2025-11-10 02:13:05 +01:00
feat(ch 6 & 7): added
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="xml-xsl-ejercicicio14.xsl"?>
|
||||
|
||||
<marvel>
|
||||
<superheroe nombre="Thor" x="1" y="1"/>
|
||||
<superheroe nombre="Hulk" x="3" y="1"/>
|
||||
<superheroe nombre="Iron Man" x="1" y="2"/>
|
||||
<superheroe nombre="Capitán América" x="2" y="2"/>
|
||||
<superheroe nombre="Viuda Negra" x="1" y="3"/>
|
||||
<superheroe nombre="Nick Furia" x="3" y="3"/>
|
||||
</marvel>
|
||||
Reference in New Issue
Block a user