<?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: How the output for a simple XML file can be viewed?</title>
	<atom:link href="http://www.learnxmlws.com/how-the-output-for-a-simple-xml-file-can-be-viewed/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learnxmlws.com/how-the-output-for-a-simple-xml-file-can-be-viewed/</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: enkleeno1</title>
		<link>http://www.learnxmlws.com/how-the-output-for-a-simple-xml-file-can-be-viewed/#comment-537</link>
		<dc:creator>enkleeno1</dc:creator>
		<pubDate>Fri, 08 Jan 2010 20:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnxmlws.com/how-the-output-for-a-simple-xml-file-can-be-viewed/#comment-537</guid>
		<description>XML is very different from HTML. It is not used for making web pages. It is a way of storing data in a text file in a format that can be read by many different programs on many different platforms.

XSL (or XSLT) is used to take the data from the XML file and convert it into another more human-readable format, such as HTML, or PDF etc. Using a single XML file to hold the data you can have different XSL stylesheets change that data into HTML, or PDF or whatever other format you need. It&#039;s kind of like having a text file based database.</description>
		<content:encoded><![CDATA[<p>XML is very different from HTML. It is not used for making web pages. It is a way of storing data in a text file in a format that can be read by many different programs on many different platforms.</p>
<p>XSL (or XSLT) is used to take the data from the XML file and convert it into another more human-readable format, such as HTML, or PDF etc. Using a single XML file to hold the data you can have different XSL stylesheets change that data into HTML, or PDF or whatever other format you need. It&#8217;s kind of like having a text file based database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: i_hates_spam</title>
		<link>http://www.learnxmlws.com/how-the-output-for-a-simple-xml-file-can-be-viewed/#comment-538</link>
		<dc:creator>i_hates_spam</dc:creator>
		<pubDate>Fri, 08 Jan 2010 20:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnxmlws.com/how-the-output-for-a-simple-xml-file-can-be-viewed/#comment-538</guid>
		<description>You need to use an XSLT -- Extensible Style Sheet.

http://www.w3.org/Style/XSL/</description>
		<content:encoded><![CDATA[<p>You need to use an XSLT &#8212; Extensible Style Sheet.</p>
<p>http://www.w3.org/Style/XSL/</p>
]]></content:encoded>
	</item>
</channel>
</rss>

