Advertisement
Guest User

Untitled

a guest
May 12th, 2023
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.58 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE supermercado SYSTEM "file:/C:/Users/game_/OneDrive/Documentos/CCC/xml/_prac1.dtd">
  3. <supermercado>
  4.   <productos>
  5.     <articulo id = "1V">
  6.       <nombre>Cepillo</nombre>
  7.       <precio>16.30</precio>
  8.     </articulo>
  9.     <articulo id = "2V">
  10.       <nombre>Dentfrico</nombre>
  11.       <precio>4.56</precio>    
  12.     </articulo>
  13.     <articulo>
  14.       <nombre>Caja</nombre>
  15.       <precio>40</precio>
  16.     </articulo>
  17.     <articulo>
  18.       <nombre>Escoba</nombre>
  19.       <precio>8</precio>
  20.     </articulo>
  21.   </productos>
  22. </supermercado>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement