XML Language / Well Formed XML Document

Well Formed XML Document
It is XML document with correct Rules.

Rules for Well Formed XML Document
1. XML document should have at least one root element which should be unique.
2. XML elements should be given a proper closing tag
3. XML tags are case sensitive.
4. XML elements nesting should be proper.
5. XML attribute should be given in quotes.




Home     Back