XML information pipe

Ihre Spezialisten für XML

Banner Werbung

Minimal number of elements

Description:
XML document must contain one or more elements.

Examples


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 XML<doctype>XML document</doctype></text>



Documents with errors

An XML document must contain at least one element:

??? This is an XML document ???