954,517 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

What is the difference between HTML and xml

What is the difference between HTML and xml

dress237935
Newbie Poster
6 posts since Oct 2011
Reputation Points: 10
Solved Threads: 0
 

Both are subsets of, or, are derived from, SGML.

HTML is an SGML used for web page design, help files, and HTA applications.

XML is a more generalized mark-up language typically used for system or application configuration files or data migration projects.

XHTML is a version of HTML that strictly adheres to XML rules.

tgreer
Made Her Cry
Team Colleague
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37
 

one way you can relate to it is looking at XML is basically a "custom tag" case-sensitive version of HTML with a mandatory strange-looking header.

it also has things like CDATA stuff for unusual content like javascript.

XML prefers you to convert certain characters before putting it into the document.

I wrote an open source program that does this for you. URItoXML

things like
&
 
=
<
>
and I think there are a few other as well.

jmichae3
Junior Poster
105 posts since Jul 2011
Reputation Points: 14
Solved Threads: 11
 

Both are markup languages....
But you asked what are the main different between them..
Main different is XML use for data transfer & html use for data(website details) presentation..

In other way,

XML was designed to transport and store data.
HTML was designed to display data.

Go 2 W3Schools

Sadun89
Junior Poster
166 posts since Jan 2011
Reputation Points: -6
Solved Threads: 5
 

The major difference between HTML and XML is that HTML describes presentation and XML describes content of website. HTML document is human readable and XML is for both human and Robot(machine readable).

seonetsmartz
Newbie Poster
12 posts since Sep 2011
Reputation Points: 10
Solved Threads: 0
 

XML also has some rules regarding content that HTML does not: some characters must be translated into named(

&quot;


) or numeric ampersand-pound-number-semicolon entities (sorry, can't show you , daniweb converts them even in code mode!). I wrote a program to do this translation. https://sourceforge.net/projects/uritoxml
They also have different headers.

XML can be transformed into HTML, XHTML, or any other markup language using XSLT.

jmichae3
Junior Poster
105 posts since Jul 2011
Reputation Points: 14
Solved Threads: 11
 

HTML is an SGML used for web page design, help files, and HTA applications.

XML is a more generalized mark-up language typically used for system or application configuration files or data migration projects.

XHTML is a version of HTML that strictly adheres to XML rules.

ranawaqar
Newbie Poster
2 posts since Dec 2011
Reputation Points: 10
Solved Threads: 1
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You