Skip to content

Instantly share code, notes, and snippets.

@yor42
yor42 / Data.xml
Created October 9, 2025 17:08
조교 실습용 XML 데이터 예제
<?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>