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

Beschreibung

Das XML-Dokument muss ein oder mehrere Elemente beinhalten.

Richtig geformte Dokumente


Ein wohlgeformtes XML-Dokument mit einem Element:


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


Ein wohlgeformtes XML-Dokument mit mehreren Elementen.:


<text>This is an 

<doctype>XML document</doctype>

</text>


Dokument mit FehlerOben


Das XML-Dokument muss mindestens ein Element enthalten.:


??? This is an XML document ???