Advertisement
simkoG

Breakfast

Sep 22nd, 2023
922
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.56 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <breakfast_menu>
  3.     <restaurant>
  4.         <date>2023-09-22</date>
  5.         <open>08:00</open>
  6.         <close>19:00</close>
  7.     </restaurant>
  8.     <food>
  9.         <name>Belgian Waffles</name>
  10.         <price currency="USD">5.95</price>
  11.         <description>Two of our famous Belgian Waffles with plenty of real maple syrup</description>
  12.         <calories>650</calories>
  13.     </food>
  14.     <food>
  15.         <name>Strawberry Belgian Waffles</name>
  16.         <price currency="USD">7.95</price>
  17.         <description> </description>
  18.         <calories>900</calories>
  19.     </food>
  20. </breakfast_menu>
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement