<?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>家有小虎 &#187; Q&amp;A</title>
	<atom:link href="http://jiahu.net/tag/qa/feed" rel="self" type="application/rss+xml" />
	<link>http://jiahu.net</link>
	<description>我在路上, 你不在身旁. 想你的时候, 温暖依然.</description>
	<lastBuildDate>Sun, 15 Jan 2012 03:12:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>CreateObject(“MSXML2.DOMDocument”)</title>
		<link>http://jiahu.net/createobjectmsxml2domdocument.htm</link>
		<comments>http://jiahu.net/createobjectmsxml2domdocument.htm#comments</comments>
		<pubDate>Tue, 21 Oct 2008 06:30:04 +0000</pubDate>
		<dc:creator>@ouc</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Q&A]]></category>
		<category><![CDATA[脚本]]></category>
		<category><![CDATA[释疑]]></category>

		<guid isPermaLink="false">http://cngator.net/?p=754</guid>
		<description><![CDATA[1. CreateObject(“MSXML2.DOMDocument”) this is VB code to create a DOMDocument object using the MSXML2 library 2. new ActiveXObject(“MSXML.DOMDocument”) this is javascript to create a DOMDocument object using the MSXML library 3. Server.CreateOject(“Microsoft.XMLDOM”) this is ASP vbscript to create a version &#8230; <a href="http://jiahu.net/createobjectmsxml2domdocument.htm">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>1. CreateObject(“MSXML2.DOMDocument”)<br />
this is VB code to create a DOMDocument object using the MSXML2 library</p>
<p>2. new ActiveXObject(“MSXML.DOMDocument”)<br />
this is javascript to create a DOMDocument object using the MSXML library</p>
<p>3. Server.CreateOject(“Microsoft.XMLDOM”)<br />
this is ASP vbscript to create a version independent DOMDocument object</p>
<p>Note:<br />
1. Only for built in objects, such as filesystemobject, dictionary etc. Any object which comes from an external library needs Server.CreateObject<br />
2. CreateObject is a VBScript mechanism (not ASP). In NT4 it will create an object without the context of the caller. This has perfomance benefits, but this context contains things like the ASP intrinisc objects (Application, Session and so on). So if you want to use these objects in the called component, CreateObject will fail.<br />
3. Server.CreateObject is an ASP construct and as such available in any language. It does create objects within the caller&#8217;s (ASP) context.<br />
4. In Win2000 CreateObject has the same functionality as Server.CreateObject, there is effectively no difference.</p>
<p>Link: http://p2p.wrox.com/archive/asp_xml/2001-05/47.asp</p>
]]></content:encoded>
			<wfw:commentRss>http://jiahu.net/createobjectmsxml2domdocument.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

