Last active
January 5, 2026 16:54
-
-
Save sunmeat/b15e5e7138e98a2041bb2e372c85d843 to your computer and use it in GitHub Desktop.
second example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <breakfast_menu> | |
| <food> | |
| <name>Бельгійські вафлі</name> | |
| <price>₴205.95</price> | |
| <description>Наші знамениті бельгійські вафлі з великою кількістю справжнього кленового сиропу</description> | |
| <calories>650</calories> | |
| </food> | |
| <food> | |
| <name>Французький тост</name> | |
| <price>₴154.50</price> | |
| <description>Товсті скибки, приготовані з нашого домашнього кислого хліба</description> | |
| <calories>600</calories> | |
| </food> | |
| <food> | |
| <name>Домашній сніданок</name> | |
| <price>₴236.95</price> | |
| <description>Два яйця, бекон або ковбаса, тост і наші мега-популярні картопляні оладки</description> | |
| <calories>950</calories> | |
| </food> | |
| <food> | |
| <name>Омлет з овочами</name> | |
| <price>₴157.25</price> | |
| <description>Пухкий омлет з свіжими овочами, сиром та зеленню</description> | |
| <calories>450</calories> | |
| </food> | |
| <food> | |
| <name>Йогурт з фруктами</name> | |
| <price>₴253.75</price> | |
| <description>Натуральний йогурт з сезонними фруктами та горіхами</description> | |
| <calories>300</calories> | |
| </food> | |
| </breakfast_menu> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment