>> English << | česky | Español | Português | Türkçe | Nederlands | По-русски | Deutsch | Français | Italiano | 中文 | ქართული | Magyar | PolskiZVON > Tutorials > XML Tutorial
>> Example 1 << | Prev | Next | Contents

Description

XML document must contain one or more elements.

Well-formed documents


A well formed document with one element:


<text>This is an XML document</text>


A well formed document with several elements:


<text>This is an 

<doctype>XML document</doctype>

</text>


Documents with errorsTop


An XML document must contain at least one element:


??? This is an XML document ???