1 개요[ | ]
- root element, document element
- 루트 요소, 문서 요소
- 최상위 문서 요소
- XML 문서에서 최상위 요소[1]
2 예시[ | ]
xml
Copy
<?xml version="1.0" encoding="UTF-8"?>
<quiz>
<question>대한민국의 초대 대통령은?</question>
<answer>이승만</answer>
<url>http://zetawiki.com/wiki/XML</url>
</quiz>
- → 루트 요소는 quiz
xml
Copy
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE example [<!ENTITY copy "©">]>
<rootElement attribute="xyz">
<contentElement/>
</rootElement>
<!-- comment nodes may appear almost anywhere -->
- → 루트 요소는 rootElement
3 같이 보기[ | ]
4 참고[ | ]
- ↑ XML 문서에서 최상위 요소는 1개만 가능함
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.