What is well formed XML document ?

Well formed XML document follows below rules :
  1. Every start tag has end tag
  2. XML document has root element enclosing all other elements
  3. Opening and closing tag must match  and must be written in same case
  4. Attribute values should be enclosed with double quotation marks.
  5. XML tags must be properly nested

No comments:

Popular Posts