<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: what is the reason of XML are not available in HTML?</title>
	<atom:link href="http://www.learnxmlws.com/what-is-the-reason-of-xml-are-not-available-in-html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learnxmlws.com/what-is-the-reason-of-xml-are-not-available-in-html/</link>
	<description></description>
	<lastBuildDate>Sun, 18 Dec 2011 08:00:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: yip r</title>
		<link>http://www.learnxmlws.com/what-is-the-reason-of-xml-are-not-available-in-html/#comment-2403</link>
		<dc:creator>yip r</dc:creator>
		<pubDate>Fri, 05 Mar 2010 10:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnxmlws.com/what-is-the-reason-of-xml-are-not-available-in-html/#comment-2403</guid>
		<description>http://www.httpseo.com/html-xhtml-xml-css/141-what-reason-xml-not-available-html.html</description>
		<content:encoded><![CDATA[<p>http://www.httpseo.com/html-xhtml-xml-css/141-what-reason-xml-not-available-html.html</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomasthanes</title>
		<link>http://www.learnxmlws.com/what-is-the-reason-of-xml-are-not-available-in-html/#comment-2402</link>
		<dc:creator>Tomasthanes</dc:creator>
		<pubDate>Fri, 05 Mar 2010 10:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnxmlws.com/what-is-the-reason-of-xml-are-not-available-in-html/#comment-2402</guid>
		<description>As the previous responder said XML is used to transfer data between 2 computers in a way that both computers can understand what is being said because the data is &quot;tagged&quot;.  The tagging is defined by a DTD (Document Type Definition).  Both ends of the conversation need to be using the same DTD.

XML needs CSS (Cacading Style Sheets) in order to be properly formatted for viewing by us humans.  If you have the 2 together, you can&#039;t tell the difference between that and a regular HTML web page.</description>
		<content:encoded><![CDATA[<p>As the previous responder said XML is used to transfer data between 2 computers in a way that both computers can understand what is being said because the data is &quot;tagged&quot;.  The tagging is defined by a DTD (Document Type Definition).  Both ends of the conversation need to be using the same DTD.</p>
<p>XML needs CSS (Cacading Style Sheets) in order to be properly formatted for viewing by us humans.  If you have the 2 together, you can&#8217;t tell the difference between that and a regular HTML web page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hank P.</title>
		<link>http://www.learnxmlws.com/what-is-the-reason-of-xml-are-not-available-in-html/#comment-2401</link>
		<dc:creator>Hank P.</dc:creator>
		<pubDate>Fri, 05 Mar 2010 10:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnxmlws.com/what-is-the-reason-of-xml-are-not-available-in-html/#comment-2401</guid>
		<description>XML is more of a file type that stores data in a tag format.  Like a data listing.   XML = data

HTML on the other hand, is used to display content using tags to format and make this content look nice.

XML is used for a lot of things like Windows Media Player Play Lists, and  RSS feeds.

HTML is used to make web sites.</description>
		<content:encoded><![CDATA[<p>XML is more of a file type that stores data in a tag format.  Like a data listing.   XML = data</p>
<p>HTML on the other hand, is used to display content using tags to format and make this content look nice.</p>
<p>XML is used for a lot of things like Windows Media Player Play Lists, and  RSS feeds.</p>
<p>HTML is used to make web sites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nishan Saliya</title>
		<link>http://www.learnxmlws.com/what-is-the-reason-of-xml-are-not-available-in-html/#comment-2400</link>
		<dc:creator>Nishan Saliya</dc:creator>
		<pubDate>Fri, 05 Mar 2010 10:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnxmlws.com/what-is-the-reason-of-xml-are-not-available-in-html/#comment-2400</guid>
		<description>HTML Concept
===========
This is used to DISPLAY the content in a web page. Basically it’s the “presentation” layer of the webpage. The problem is when it comes to data &amp; information handling in a web page, HTML plays a poor role. Cause it can only DISPLAY but not define the data. To solve this problem, XML is used. HTML has its own set of standard tags and we can not define any new tags.

XML Concept
===========
XML (Extensible Markup Language) can DEFINE data! Which means you can use your own TAGS to explain the data (or to define data). Since it’s a simple text file, it can be used to transfer data over internet quickly and easily. Nowadays, use of XML is very common. Not only that, you can use it to define new languages (i.e. WML for mobile devices)

Usage of XML
==========
- RSS feeders
- Yahoo Widgets (which appear in Desktop)
- Google earth (the KML file which share the location details)
- Play lists for Medias
- WML (Wireless Markup Language), and many more

The above are some basic information for you to get the idea. You can refer top the following shown links to get more details.
HTML details - http://en.wikipedia.org/wiki/HTML
HTML Tutorials – http://www.w3schools.com/html/default.asp
XML Details - http://en.wikipedia.org/wiki/XML
XML Tutorials – http://www.w3schools.com/xml/default.asp and 

Hope this helps!</description>
		<content:encoded><![CDATA[<p>HTML Concept<br />
===========<br />
This is used to DISPLAY the content in a web page. Basically it’s the “presentation” layer of the webpage. The problem is when it comes to data &amp; information handling in a web page, HTML plays a poor role. Cause it can only DISPLAY but not define the data. To solve this problem, XML is used. HTML has its own set of standard tags and we can not define any new tags.</p>
<p>XML Concept<br />
===========<br />
XML (Extensible Markup Language) can DEFINE data! Which means you can use your own TAGS to explain the data (or to define data). Since it’s a simple text file, it can be used to transfer data over internet quickly and easily. Nowadays, use of XML is very common. Not only that, you can use it to define new languages (i.e. WML for mobile devices)</p>
<p>Usage of XML<br />
==========<br />
- RSS feeders<br />
- Yahoo Widgets (which appear in Desktop)<br />
- Google earth (the KML file which share the location details)<br />
- Play lists for Medias<br />
- WML (Wireless Markup Language), and many more</p>
<p>The above are some basic information for you to get the idea. You can refer top the following shown links to get more details.<br />
HTML details &#8211; http://en.wikipedia.org/wiki/HTML<br />
HTML Tutorials – http://www.w3schools.com/html/default.asp<br />
XML Details &#8211; http://en.wikipedia.org/wiki/XML<br />
XML Tutorials – http://www.w3schools.com/xml/default.asp and </p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

