<?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>Interview Questions &#187; XML</title>
	<atom:link href="http://www.phpinterviewquestion.com/category/xml/feed" rel="self" type="application/rss+xml" />
	<link>http://www.phpinterviewquestion.com</link>
	<description>Interview Questions</description>
	<lastBuildDate>Sun, 27 Nov 2011 16:32:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Differences Between XML and HTML</title>
		<link>http://www.phpinterviewquestion.com/xml/differences-between-xml-and-html</link>
		<comments>http://www.phpinterviewquestion.com/xml/differences-between-xml-and-html#comments</comments>
		<pubDate>Mon, 14 Mar 2011 11:28:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestion.com/?p=1043</guid>
		<description><![CDATA[XML HTML User definable tags Defined set of tags designed for web display Content driven Format driven End tags required for well formed documents End tags not required Quotes required around attributes values Quotes not required Slash required in empty tags Slash not required]]></description>
		<wfw:commentRss>http://www.phpinterviewquestion.com/xml/differences-between-xml-and-html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why should I use XML?</title>
		<link>http://www.phpinterviewquestion.com/xml/why-should-i-use-xml</link>
		<comments>http://www.phpinterviewquestion.com/xml/why-should-i-use-xml#comments</comments>
		<pubDate>Mon, 14 Mar 2011 11:21:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestion.com/?p=1040</guid>
		<description><![CDATA[Here are a few reasons for using XML (in no particular order). Not all of these will apply to your own requirements, and you may have additional reasons not mentioned here (if so, please let the editor of the FAQ know!). * XML can be used to describe and identify information accurately and unambiguously, in [...]]]></description>
		<wfw:commentRss>http://www.phpinterviewquestion.com/xml/why-should-i-use-xml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is DOM and how does it relate to XML?</title>
		<link>http://www.phpinterviewquestion.com/xml/what-is-dom-and-how-does-it-relate-to-xml</link>
		<comments>http://www.phpinterviewquestion.com/xml/what-is-dom-and-how-does-it-relate-to-xml#comments</comments>
		<pubDate>Mon, 14 Mar 2011 11:19:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestion.com/?p=1038</guid>
		<description><![CDATA[The Document Object Model (DOM) is an interface specification maintained by the W3C DOM Workgroup that defines an application independent mechanism to access, parse, or update XML data. In simple terms it is a hierarchical model that allows developers to manipulate XML documents easily Any developer that has worked extensively with XML should be able [...]]]></description>
		<wfw:commentRss>http://www.phpinterviewquestion.com/xml/what-is-dom-and-how-does-it-relate-to-xml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why is XML such an important development?</title>
		<link>http://www.phpinterviewquestion.com/xml/why-is-xml-such-an-important-development</link>
		<comments>http://www.phpinterviewquestion.com/xml/why-is-xml-such-an-important-development#comments</comments>
		<pubDate>Mon, 14 Mar 2011 11:17:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestion.com/?p=1036</guid>
		<description><![CDATA[It removes two constraints which were holding back Web developments: 1. dependence on a single, inflexible document type (HTML) which was being much abused for tasks it was never designed for; 2. the complexity of full question A.4, SGML, whose syntax allows many powerful but hard-to-program options. XML allows the flexible development of user-defined document [...]]]></description>
		<wfw:commentRss>http://www.phpinterviewquestion.com/xml/why-is-xml-such-an-important-development/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a markup language?</title>
		<link>http://www.phpinterviewquestion.com/xml/what-is-a-markup-language</link>
		<comments>http://www.phpinterviewquestion.com/xml/what-is-a-markup-language#comments</comments>
		<pubDate>Mon, 14 Mar 2011 11:16:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestion.com/?p=1034</guid>
		<description><![CDATA[A markup language is a set of words and symbols for describing the identity of pieces of a document (for example ‘this is a paragraph’, ‘this is a heading’, ‘this is a list’, ‘this is the caption of this figure’, etc). Programs can use this with a style sheet to create output for screen, print, [...]]]></description>
		<wfw:commentRss>http://www.phpinterviewquestion.com/xml/what-is-a-markup-language/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is XML?</title>
		<link>http://www.phpinterviewquestion.com/xml/what-is-xml</link>
		<comments>http://www.phpinterviewquestion.com/xml/what-is-xml#comments</comments>
		<pubDate>Mon, 14 Mar 2011 11:13:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestion.com/?p=1031</guid>
		<description><![CDATA[XML is the Extensible Markup Language. It improves the functionality of the Web by letting you identify your information in a more accurate, flexible, and adaptable way. It is extensible because it is not a fixed format like HTML (which is a single, predefined markup language). Instead, XML is actually a metalanguage—a language for describing [...]]]></description>
		<wfw:commentRss>http://www.phpinterviewquestion.com/xml/what-is-xml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.phpinterviewquestion.com @ 2012-02-06 06:14:43 -->
