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"?> | |
<restaurant> | |
<menu> | |
<item id="1"> | |
<name>김치찌개</name> | |
<price>8000</price> | |
<category>한식</category> | |
</item> | |
<item id="2"> | |
<name>스파게티</name> |