Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <breakfast_menu>
  4.  
  5. <food>
  6. <name>Belgian Waffles</name>
  7. <price>$5.95</price>
  8. <description>Two of our famous Belgian Waffles with plenty of real maple syrup</description>
  9. <calories>650</calories>
  10. </food>
  11.  
  12. <food>
  13. <name>Strawberry Belgian Waffles</name>
  14. <price>$7.95</price>
  15. <description>Light Belgian waffles covered with strawberries and whipped cream</description>
  16. <calories>900</calories>
  17. </food>
  18.  
  19. <food>
  20. <name>Berry-Berry Belgian Waffles</name>
  21. <price>$8.95</price>
  22. <description>Light Belgian waffles covered with an assortment of fresh berries and whipped cream</description>
  23. <calories>900</calories>
  24. </food>
  25.  
  26. <food>
  27. <name>French Toast</name>
  28. <price>$4.50</price>
  29. <description>Thick slices made from our homemade sourdough bread</description>
  30. <calories>600</calories>
  31. </food>
  32.  
  33. <food>
  34. <name>Homestyle Breakfast</name>
  35. <price>$6.95</price>
  36. <description>Two eggs, bacon or sausage, toast, and our ever-popular hash browns</description>
  37. <calories>950</calories>
  38. </food>
  39.  
  40. </breakfast_menu>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement