Quote:
|
Originally Posted by uman
HTML and XML are used for different things. HTML is for building webpages, XML is for storing data.
|
Not really. The more modern XHTML 1.0 and above is an XML website markup language, whilst the older HTML 4.0 and earlier have a syntax akin to pidgin XML that lacks the strictness of pure XML (for instance, in XML, all tags must have an end tag; in HTML 4.0, there is no such restriction).