We're a community of 1.1M IT Pros here for help, advice, solutions, professional growth and fun. Join us!
1,080,620 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Start New Discussion Reply to this Discussion

What is the difference between HTML and xml

What is the difference between HTML and xml

6
Contributors
6
Replies
1 Month
Discussion Span
1 Year Ago
Last Updated
7
Views
dress237935
Newbie Poster
6 posts since Oct 2011
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 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
Skill Endorsements: 1

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
118 posts since Jul 2011
Reputation Points: 14
Solved Threads: 14
Skill Endorsements: 0

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
177 posts since Jan 2011
Reputation Points: -6
Solved Threads: 6
Skill Endorsements: 0

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: 1
Skill Endorsements: 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
118 posts since Jul 2011
Reputation Points: 14
Solved Threads: 14
Skill Endorsements: 0

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
Skill Endorsements: 0

This article has been dead for over three months: Start a new discussion instead

Post: Markdown Syntax: Formatting Help
 
You
 
© 2013 DaniWeb® LLC
Page generated in 0.0783 seconds using 2.68MB