Advertisement
Fhernd

CatalogoProductos2017.xml

Jun 9th, 2016
3,062
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.56 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <Catalogo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3.   <Nombre>Catálogo 2017</Nombre>
  4.   <FechaExpiracion>2017-06-09</FechaExpiracion>
  5.   <Productos>
  6.     <Producto>
  7.       <NombreProducto>PC Gamer</NombreProducto>
  8.       <Precio>5500</Precio>
  9.       <Disponible>false</Disponible>
  10.     </Producto>
  11.     <Producto>
  12.       <NombreProducto>Teclado y mouse gamer</NombreProducto>
  13.       <Precio>200</Precio>
  14.       <Disponible>false</Disponible>
  15.     </Producto>
  16.   </Productos>
  17. </Catalogo>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement