<?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 Tips &#187; document</title>
	<atom:link href="http://tipsinterview.com/tag/document/feed/" rel="self" type="application/rss+xml" />
	<link>http://tipsinterview.com</link>
	<description>Interview Tips, Interview Questions and Answers</description>
	<lastBuildDate>Sun, 20 May 2012 05:16:12 +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>CouchDB jQuery Plugin Reference</title>
		<link>http://tipsinterview.com/2011/10/10/couchdb-jquery-plugin-reference/</link>
		<comments>http://tipsinterview.com/2011/10/10/couchdb-jquery-plugin-reference/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 07:47:54 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Interview Tips]]></category>
		<category><![CDATA[advantage]]></category>
		<category><![CDATA[body]]></category>
		<category><![CDATA[doctype html]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[javascript libraries]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[script src]]></category>
		<category><![CDATA[title]]></category>
		<category><![CDATA[utf 8]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=611</guid>
		<description><![CDATA[CouchDB ships with several useful JavaScript libraries, including jQuery. Here is an example of an HTML document that takes advantage of CouchDB’s included JavaScript libraries: &#60;!DOCTYPE html&#62; &#60;html&#62; &#60;head&#62; &#60;title&#62;CouchDB jQuery Examples&#60;/title&#62; &#60;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&#62; &#60;script src="/_utils/script/json2.js"&#62;&#60;/script&#62; &#60;script src="/_utils/script/sha1.js"&#62;&#60;/script&#62; &#60;script src="/_utils/script/jquery.js?1.4.2"&#62;&#60;/script&#62; &#60;script src="/_utils/script/jquery.couch.js?0.11.0"&#62;&#60;/script&#62; &#60;script src="/_utils/script/jquery.dialog.js?0.11.0"&#62;&#60;/script&#62; &#60;/head&#62; &#60;body&#62; &#60;/body&#62; &#60;/html&#62; By default, CouchDB will [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/10/10/couchdb-jquery-plugin-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>COM Interop in c# 4.0</title>
		<link>http://tipsinterview.com/2010/09/25/com-interop-in-c-4-0/</link>
		<comments>http://tipsinterview.com/2010/09/25/com-interop-in-c-4-0/#comments</comments>
		<pubDate>Sat, 25 Sep 2010 07:38:05 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Interview Tips]]></category>
		<category><![CDATA[doc document]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[dynamic support]]></category>
		<category><![CDATA[foo]]></category>
		<category><![CDATA[interop]]></category>
		<category><![CDATA[Missing]]></category>
		<category><![CDATA[optional parameters]]></category>
		<category><![CDATA[using microsoft office]]></category>
		<category><![CDATA[value]]></category>
		<category><![CDATA[word object]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=417</guid>
		<description><![CDATA[// Code simplified for this example using Microsoft.Office.Interop; using Microsoft.Office.Interop.Word; object foo = "MyFile.txt"; object bar = Missing.Value; object optional = Missing.Value; Document doc = (Document)Application.GetDocument(ref foo, ref bar, ref optional); doc.CheckSpelling(ref optional, ref optional, ref optional, ref optional); There are (at least) three problems with the code above. First, you have to declare all [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/09/25/com-interop-in-c-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aren’t XML, SGML, and HTML all the same thing</title>
		<link>http://tipsinterview.com/2010/07/05/aren%e2%80%99t-xml-sgml-and-html-all-the-same-thing/</link>
		<comments>http://tipsinterview.com/2010/07/05/aren%e2%80%99t-xml-sgml-and-html-all-the-same-thing/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 06:44:57 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[ancient irish manuscripts]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[mother tongue]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[SGML]]></category>
		<category><![CDATA[stealth bombers]]></category>
		<category><![CDATA[technical readers]]></category>
		<category><![CDATA[tongue]]></category>
		<category><![CDATA[xml sgml]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=347</guid>
		<description><![CDATA[Not quite; SGML is the mother tongue, and has been used for describing thousands of different document types in many fields of human activity, from transcriptions of ancient Irish manuscripts to the technical documentation for stealth bombers, and from patients’ clinical records to musical notation. SGML is very large and complex, however, and probably overkill [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/07/05/aren%e2%80%99t-xml-sgml-and-html-all-the-same-thing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Questions on XSLT and xPath in .NET</title>
		<link>http://tipsinterview.com/2010/05/18/questions-on-xslt-and-xpath-in-net/</link>
		<comments>http://tipsinterview.com/2010/05/18/questions-on-xslt-and-xpath-in-net/#comments</comments>
		<pubDate>Tue, 18 May 2010 08:28:14 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[assembly system]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[Define]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[document type definition]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[schema definition language]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[xml document]]></category>
		<category><![CDATA[xml documents]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=283</guid>
		<description><![CDATA[Define XSLT. XSLT language is used for transforming XML documents into XHTML documents. It also transforms XML into another XML document. What is XPATH? XPath is a language that is used to navigate through XML documents.It can find information in an XML document like elements and attributes. Define XMLReader Class. The XMLReader Class (Assembly: System.Xml.dll) [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/05/18/questions-on-xslt-and-xpath-in-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

