XML information pipe
Ihre Spezialisten für XML
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 XML<doctype>XML document</doctype></text>
Documents with errors
An XML document must contain at least one element:
??? This is an XML document ???