The syntax rules of XML are very simple and logical. The rules are easy to learn, and easy to use.
All XML Elements Must Have a Closing Tag
In HTML, you will often see elements that don't have a closing tag:
This is another paragraph
In XML, it is illegal to omit the closing tag. All elements must have a closing tag:
View Complete Post