0 votes
in XML by
Can you please help to explain what is a well formed XML document?

1 Answer

0 votes
by

A syntactically correct document is called well formed XML document. A well formed XML document must follow the XML?s basic rules of syntax:

1) It must have a closing tag.

2) The closing tag must exactly match the open tag: XML is case sensitive.

3) All elements should be included within a single root tag.

4) Child elements must be closed within parent tag.

Related questions

+1 vote
asked Aug 20, 2020 in XML by Robindeniel
0 votes
asked Sep 20, 2020 in XML by Robindeniel
...