Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0"?>
- <Catalogo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <Nombre>Catálogo 2017</Nombre>
- <FechaExpiracion>2017-06-09</FechaExpiracion>
- <Productos>
- <Producto>
- <NombreProducto>PC Gamer</NombreProducto>
- <Precio>5500</Precio>
- <Disponible>false</Disponible>
- </Producto>
- <Producto>
- <NombreProducto>Teclado y mouse gamer</NombreProducto>
- <Precio>200</Precio>
- <Disponible>false</Disponible>
- </Producto>
- </Productos>
- </Catalogo>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement