GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Programming  >  XML

 Print  |  
Question:  When there is HTML for presentation why are you going for XML?



July 07, 2007 00:13:06 #2
 shine_babu   Member Since: June 2007    Total Comments: 2 

RE: When there is HTML for presentation why are you go...
 
XML and HTML were designed with different goals:

XML was designed to describe data and to focus on what data is.
HTML was designed to display data and to focus on how data looks.

That is HTML is about displaying information, while XML is about describing information.

     

 

Back To Question