Advertisement
Fhernd

almacen2.xml

Jul 22nd, 2014
1,634
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.34 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <almacen>
  3.     <producto categoria="mouse" marca="Logitech">
  4.         <nombre>Inalambrico C50</nombre>
  5.         <precio>20000</precio>
  6.     </producto>
  7.     <producto categoria="monitor" marca="Acer">
  8.         <nombre>Monitor Acer V173</nombre>
  9.         <precio>200000</precio>
  10.     </producto>
  11. </almacen>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement