Thread: XML Tips
View Single Post
  #3 (permalink)  
Old 02-11-2008, 03:22 AM
sundarraja sundarraja is offline
D-Web Sr.Programmer
 
Join Date: Mar 2007
Posts: 174
sundarraja is on a distinguished road
Thumbs up Re: XML Tips

What is the difference between XML and HTML?


XML is not a replacement for HTML.
XML and HTML were designed with different goals:

XML was designed to transport and store data, with focus on what data is.
HTML was designed to display data, with focus on how data looks.

HTML is about displaying information, while XML is about carrying information.
__________________
R.Sundar Raja
Reply With Quote