<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ForDevs &#187; XML</title>
	<atom:link href="http://www.fordevs.com/tag/xml/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fordevs.com</link>
	<description>We Learn We Share</description>
	<lastBuildDate>Fri, 25 Nov 2011 18:55:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to read XML using Javascript?</title>
		<link>http://www.fordevs.com/2009/02/how-to-read-xml-using-javascript.html</link>
		<comments>http://www.fordevs.com/2009/02/how-to-read-xml-using-javascript.html#comments</comments>
		<pubDate>Mon, 23 Feb 2009 15:12:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[read XML]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2009/02/how-to-read-xml-using-javascript.html</guid>
		<description><![CDATA[The Document Object Model (DOM) as implemented in MSXML provides a programmatic representation of XML documents, fragments, nodes, or node-sets. It also provides an application programming interface for working with XML data. The following JScript fragments outline the basic process of programming with XML DOM. var xmlDoc=new ActiveXObject&#40;&#34;Microsoft.XMLDOM&#34;&#41;; Example: function loadXML&#40;xmlFilePath&#41; &#123; try //Internet Explorer [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2009/02/how-to-read-xml-using-javascript.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

