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
12 lines
310 B
XML
12 lines
310 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE superheroes SYSTEM "01-xml-dtd-01.dtd">
|
|
<superheroes>
|
|
<batalla>
|
|
<superheroe>Spiderman</superheroe>
|
|
<supervillano>Venon</supervillano>
|
|
</batalla>
|
|
<batalla>
|
|
<superheroe>Hulk</superheroe>
|
|
<supervillano>Thanos</supervillano>
|
|
</batalla>
|
|
</superheroes> |