Created
September 30, 2014 07:07
-
-
Save labra/f8aeb77a1a9e060df09f to your computer and use it in GitHub Desktop.
Ejemplo XML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<pedido> | |
<producto codigo="R23"> | |
<nombre>Rotulador RX2</nombre> | |
<cantidad>20</cantidad> | |
<comentarios>Comprobad que escriben</comentarios> | |
</producto> | |
<producto codigo="G56"> | |
<nombre>Grapadora Lin</nombre> | |
<cantidad>2</cantidad> | |
<comentarios>Envuelta para regalo</comentarios> | |
</producto> | |
</pedido> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment