Let us begin by construct a basic xml file that will be loaded into the main document. Our xml example file (basic.xml) looks like this:

<?xml version="1.0" encoding="UTF-8"?>
<menu>
<item>
<description>
Possible Menu Item Here
</description>
</item>
</menu>

Remember that XML doesn't really do anything other than describe the content it contains. For example an xml tag such as the following:

<mynameis>
Eddie
</mynameis>