12. XML Root Element

XML documents are required to have a root element. A root element is defined by a single element pair. All other elements must be within the root element.

Example 12.1 A Root Element
<rootelement>
	<childelement />
</rootelement>