<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Parsing XML in Visual Basic 6</title>
	<atom:link href="http://www.hungryhacker.com/sw/parsing-xml-in-visual-basic-6/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hungryhacker.com/sw/parsing-xml-in-visual-basic-6/</link>
	<description>The Hungry Hacker&#039;s Explanation of Everything</description>
	<lastBuildDate>Sun, 18 Jul 2010 22:37:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Moe Joe</title>
		<link>http://www.hungryhacker.com/sw/parsing-xml-in-visual-basic-6/comment-page-1/#comment-183</link>
		<dc:creator>Moe Joe</dc:creator>
		<pubDate>Thu, 15 Jul 2010 10:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.hungryhacker.com/?p=123#comment-183</guid>
		<description>Thx for the code scrub! 16 hours of searching and i found it!</description>
		<content:encoded><![CDATA[<p>Thx for the code scrub! 16 hours of searching and i found it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fwaggle</title>
		<link>http://www.hungryhacker.com/sw/parsing-xml-in-visual-basic-6/comment-page-1/#comment-165</link>
		<dc:creator>fwaggle</dc:creator>
		<pubDate>Fri, 18 Jun 2010 04:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.hungryhacker.com/?p=123#comment-165</guid>
		<description>My guess is because you&#039;re using VB6, it might be sending a weird user agent that that website is interpreting as too old to understand XML (~MSIE6 maybe?), and so it&#039;s trying to be clever and show you HTML instead. I don&#039;t have VB6 installed, so I can&#039;t verify that - you could try and see if there&#039;s a way to change the user agent header on an &lt;em&gt;inet&lt;/em&gt; control, or perhaps just use sockets and do the HTTP request yourself. I&#039;m not sure other than that, sorry. :(</description>
		<content:encoded><![CDATA[<p>My guess is because you&#8217;re using VB6, it might be sending a weird user agent that that website is interpreting as too old to understand XML (~MSIE6 maybe?), and so it&#8217;s trying to be clever and show you HTML instead. I don&#8217;t have VB6 installed, so I can&#8217;t verify that &#8211; you could try and see if there&#8217;s a way to change the user agent header on an <em>inet</em> control, or perhaps just use sockets and do the HTTP request yourself. I&#8217;m not sure other than that, sorry. <img src='http://www.hungryhacker.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://www.hungryhacker.com/sw/parsing-xml-in-visual-basic-6/comment-page-1/#comment-155</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Fri, 11 Jun 2010 22:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.hungryhacker.com/?p=123#comment-155</guid>
		<description>i can get this to work with normal XML site situations just fine but for some reason i cant do it with the world of warcraft armory it just hits me with html and java etc, (http://eu.wowarmory.com/character-sheet.xml?r=Terokkar&amp;cn=Cloudsofheal), right click view source from a proper webbrowser even the webbrowser control and it works fine. please help me :)</description>
		<content:encoded><![CDATA[<p>i can get this to work with normal XML site situations just fine but for some reason i cant do it with the world of warcraft armory it just hits me with html and java etc, (<a href="http://eu.wowarmory.com/character-sheet.xml?r=Terokkar&amp;cn=Cloudsofheal" rel="nofollow">http://eu.wowarmory.com/character-sheet.xml?r=Terokkar&amp;cn=Cloudsofheal</a>), right click view source from a proper webbrowser even the webbrowser control and it works fine. please help me <img src='http://www.hungryhacker.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
