Skip to content

Instantly share code, notes, and snippets.

@labra
Created November 25, 2014 19:52
Show Gist options
  • Save labra/6a9cb624c69150ec0bb0 to your computer and use it in GitHub Desktop.
Save labra/6a9cb624c69150ec0bb0 to your computer and use it in GitHub Desktop.
Ejemplo fichero XML
<?xml version="1.0" ?>
<pedido>
<producto codigo="RX2">
<nombre>Rotulador RX2</nombre>
<cantidad>20</cantidad>
</producto>
<producto codigo="L23">
<nombre>Grapadora Lin</nombre>
<cantidad>2</cantidad>
</producto>
</pedido>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment