Thread: What is XML?
View Single Post
Old Sep 6th, 2005, 4:27 PM   #7
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 4 Arevos is on a distinguished road
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).
Arevos is offline   Reply With Quote