previous
|
start
|
next
Structure of an XML Document
An XML data set is called a document
The document starts with a header
<?xml version 1.0?>
The data are contained in a root element
<?xml version 1.0?> <purse> more data </purse>
The document contains elements and text
previous
|
start
|
next