To be of practical use, an XML document needs to be valid. To be valid an XML document needs to apply to the following rules:
The document must be well formed. (More on well formed in the previous page).
The document must apply to the rules as defined in a Document Type Definition
(DTD), (More on DTD's in the next page)
There's no possibility to use a tag that's not defined in the DTD. Companies that exchange XML-documents can check them with the same DTD.
Because a valid XML document is also well formed, there's no possibility for typo's in the tags.