previous
|
start
|
next
The 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"?> <invoice>
more data
</invoice>
The document contains elements and text
previous
|
start
|
next