Skip to content

Instantly share code, notes, and snippets.

@damiancastelao
Last active October 3, 2021 09:40
Show Gist options
  • Save damiancastelao/c0c6fcf1a9438202b4c46a909c1cf28b to your computer and use it in GitHub Desktop.
Save damiancastelao/c0c6fcf1a9438202b4c46a909c1cf28b to your computer and use it in GitHub Desktop.
Ejemplo xml
<?xml version="1.0"?>
<PELICULA nombre="El Padrino" ano="1985">
<PERSONAL>
<DIRECTOR nombre="Georgie Lucar"></DIRECTOR>
<INTERPRETE nombre="Marlon Brando" interpreta-a="Don Corleone"></INTERPRETE>
<INTERPRETE nombre="Al Pacino" interpreta-a="Michael Corleone"></INTERPRETE>
</PERSONAL>
<ARGUMENTO>"Mafias sicilianas en Estados Unidos"</ARGUMENTO>
</PELICULA>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment