Skip to content

Instantly share code, notes, and snippets.

@Fhernd
Created September 5, 2014 11:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Fhernd/c14856b624196cc58685 to your computer and use it in GitHub Desktop.
Save Fhernd/c14856b624196cc58685 to your computer and use it in GitHub Desktop.
Lista de personas en XML.
<?xml version="1.0" encoding="UTF-8"?>
<personas>
<persona usuario="JL2014">
<nombre>John</nombre>
<apellido>Learner</apellido>
</persona>
<persona usuario="MV3">
<nombre>Matilde</nombre>
<apellido>Vignon</apellido>
</persona>
</personas>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment