<?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>Onlydarksets &#187; WSH</title>
	<atom:link href="http://onlydarksets.com/tag/wsh/feed/" rel="self" type="application/rss+xml" />
	<link>http://onlydarksets.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 14 Oct 2010 01:04:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Creating an XML document in WSH</title>
		<link>http://onlydarksets.com/2009/01/12/creating-an-xml-document-in-wsh/</link>
		<comments>http://onlydarksets.com/2009/01/12/creating-an-xml-document-in-wsh/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 18:17:16 +0000</pubDate>
		<dc:creator>onlydarksets</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[WSH]]></category>

		<guid isPermaLink="false">http://onlydarksets.wordpress.com/?p=719</guid>
		<description><![CDATA[This took forever to find, but I was hoping XmlTextWriter would work in Windows Scripting Host (I thought I found an example), but I couldn&#8217;t get it to work.  This is the only structured way I could find to create an XML document in WSH: http://www.aspfree.com/c/a/Windows-Scripting/Creating-an-XML-Document-in-WSH/ (OK &#8211; found the problem.  XmlTextWriter is .NET only, [...]]]></description>
			<content:encoded><![CDATA[<p>This took forever to find, but I was hoping <a href="http://msdn.microsoft.com/en-us/library/system.xml.xmltextwriter.aspx" target="_blank">XmlTextWriter</a> would work in Windows Scripting Host (<a href="http://www.msxfaq.de/tools/grp2quota.2.0.vbs.txt" target="_blank">I thought I found an example</a>), but I couldn&#8217;t get it to work.  This is the only structured way I could find to create an XML document in WSH:</p>
<p><a href="http://www.aspfree.com/c/a/Windows-Scripting/Creating-an-XML-Document-in-WSH/" target="_blank">http://www.aspfree.com/c/a/Windows-Scripting/Creating-an-XML-Document-in-WSH/</a></p>
<p>(OK &#8211; found the problem.  <a href="http://www.matthewflickinger.com/lab/xmlwriter/" target="_blank">XmlTextWriter is .NET only</a>, and <a href="http://www.codinghorror.com/blog/archives/000106.html" target="_blank">WSH is not .NET</a>.  It&#8217;s been a while for me.)</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fonlydarksets.com%2F2009%2F01%2F12%2Fcreating-an-xml-document-in-wsh%2F&amp;title=Creating%20an%20XML%20document%20in%20WSH" id="wpa2a_2">Share/Save</a></p>]]></content:encoded>
			<wfw:commentRss>http://onlydarksets.com/2009/01/12/creating-an-xml-document-in-wsh/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

