Skip to content

Instantly share code, notes, and snippets.

@Fhernd
Created June 23, 2014 23:04
Show Gist options
  • Save Fhernd/0155d37dd25c26a41731 to your computer and use it in GitHub Desktop.
Save Fhernd/0155d37dd25c26a41731 to your computer and use it in GitHub Desktop.
Archivo XML para representar un almacen y productos localizados en él.
<?xml version="1.0" encoding="UTF-8"?>
<almacen>
<producto categoria="mouse" marca="Logitech">
<nombre>Inalambrico C50</nombre>
<precio>20000</precio>
</producto>
<producto categoria="monitor" marca="Acer">
<nombre>Monitor Acer V173</nombre>
<precio>200000</precio>
</producto>
</almacen>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment