Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" ?>
- <!-- Catálogo de productos -->
- <Catalogo>
- <Nombre>Catálogo 2015</Nombre>
- <FechaExpiracion>01-01-2016</FechaExpiracion>
- <Productos>
- <Producto ID = "100001">
- <NombreProducto>Café Negro</NombreProducto>
- <Descripcion>El mejor café negro.</Descripcion>
- <Precio>8500</Precio>
- <Disponible>true</Disponible>
- </Producto>
- <Producto ID = "100002">
- <NombreProducto>Cappuccino</NombreProducto>
- <Descripcion>Mezcla espumosa de espresso y leche hervida.</Descripcion>
- <Precio>9500</Precio>
- <Disponible>true</Disponible>
- </Producto>
- </Productos>
- </Catalogo>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement