Last active
January 5, 2026 16:51
-
-
Save sunmeat/02a52eb02c51fa8355ff887e7fda17ca to your computer and use it in GitHub Desktop.
xml document 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"?> | |
| <!DOCTYPE recipe> | |
| <recipe name="хліб" preptime="5min" cooktime="180min"> | |
| <title> | |
| Простий хліб | |
| </title> | |
| <composition> | |
| <ingredient amount="3" unit="стакан">Борошно</ingredient> | |
| <ingredient amount="0.25" unit="грам">Дріжджі</ingredient> | |
| <ingredient amount="1.5" unit="стакан">Вода</ingredient> | |
| </composition> | |
| <instructions> | |
| <step> | |
| Змішати всі інгредієнти та ретельно замісити. | |
| </step> | |
| <step> | |
| Закрити тканиною та залишити на одну годину в теплому приміщенні. | |
| </step> | |
| <!-- | |
| <step> | |
| Подивитися сторіз друзів в інстаграмі | |
| </step> | |
| - це сумнівний крок... | |
| --> | |
| <step> | |
| Замісити ще раз, покласти на лист і поставити в духовку. | |
| </step> | |
| </instructions> | |
| </recipe> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment