<?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>Learn XML &#187; amp output</title>
	<atom:link href="http://www.learnxmlws.com/tag/amp-output/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learnxmlws.com</link>
	<description></description>
	<lastBuildDate>Sat, 11 Feb 2012 08:28:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How do i center a google gadget i put on my site using dreamweaver cs3?</title>
		<link>http://www.learnxmlws.com/how-do-i-center-a-google-gadget-i-put-on-my-site-using-dreamweaver-cs3/</link>
		<comments>http://www.learnxmlws.com/how-do-i-center-a-google-gadget-i-put-on-my-site-using-dreamweaver-cs3/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 06:23:48 +0000</pubDate>
		<dc:creator>xml guru</dc:creator>
				<category><![CDATA[Q&A]]></category>
		<category><![CDATA[amp output]]></category>
		<category><![CDATA[bandwidth test]]></category>
		<category><![CDATA[cs3]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[gadget]]></category>
		<category><![CDATA[gadgets]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ig]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[script src]]></category>
		<category><![CDATA[speed test]]></category>

		<guid isPermaLink="false">http://www.learnxmlws.com/how-do-i-center-a-google-gadget-i-put-on-my-site-using-dreamweaver-cs3/</guid>
		<description><![CDATA[I built my site with dreamweaver cs3 and i added a bandwidth test google gadget. It shows up perfectly but i can not get it to center. anyone know how i can do this? This is how i have it written. &#60;p&#62;&#60;script src=&#34;http://www.gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/103534220535816043845/speedtest.xml&#38;synd=open&#38;w=350&#38;h=305&#38;title=Speed+Test&#38;border=%23ffffff%7C3px%2C1px+solid+%23999999&#38;output=js&#34;&#62;&#60;/script&#62; &#60;/p&#62;]]></description>
			<content:encoded><![CDATA[<p>I built my site with dreamweaver cs3 and i added a bandwidth test google gadget. It shows up perfectly but i can not get it to center. anyone know how i can do this? This is how i have it written.</p>
<p>&lt;p&gt;&lt;script src=&quot;http://www.gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/103534220535816043845/speedtest.xml&amp;synd=open&amp;w=350&amp;h=305&amp;title=Speed+Test&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js&quot;&gt;&lt;/script&gt; &lt;/p&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.learnxmlws.com/how-do-i-center-a-google-gadget-i-put-on-my-site-using-dreamweaver-cs3/feed/</wfw:commentRss>
		<slash:comments>174</slash:comments>
		</item>
		<item>
		<title>How do I recieve an xml feed with an xmlhttp object?</title>
		<link>http://www.learnxmlws.com/how-do-i-recieve-an-xml-feed-with-an-xmlhttp-object/</link>
		<comments>http://www.learnxmlws.com/how-do-i-recieve-an-xml-feed-with-an-xmlhttp-object/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 22:23:39 +0000</pubDate>
		<dc:creator>xml guru</dc:creator>
				<category><![CDATA[Q&A]]></category>
		<category><![CDATA[amp output]]></category>
		<category><![CDATA[asp document]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[msxml2]]></category>
		<category><![CDATA[nyt]]></category>
		<category><![CDATA[responce]]></category>
		<category><![CDATA[t amp]]></category>
		<category><![CDATA[thanks for your time]]></category>

		<guid isPermaLink="false">http://www.learnxmlws.com/how-do-i-recieve-an-xml-feed-with-an-xmlhttp-object/</guid>
		<description><![CDATA[I have createn an asp document that retrieves feeds such as http://www.nytimes.com/services/xml/rss/nyt/Arts.xml and writes a responce containing the items as html. Using: Set xmlHttp = Server.CreateObject(&#34;MSXML2.ServerXMLHTTP&#34;) xmlHttp.Open &#34;GET&#34;, feedurl, false xmlHttp.Send() feedxml = xmlHttp.ResponseText How do I use this to recieve feed xml from feeds that do not end in .xml such as http://news.google.com/nwshp?sourceid=navclient&#38;ned=us&#38;topic=t&#38;output=rss Thanks [...]]]></description>
			<content:encoded><![CDATA[<p>I have createn an asp document that retrieves feeds such as http://www.nytimes.com/services/xml/rss/nyt/Arts.xml and writes a responce containing the items as html.</p>
<p>Using:<br />
Set xmlHttp = Server.CreateObject(&quot;MSXML2.ServerXMLHTTP&quot;)<br />
xmlHttp.Open &quot;GET&quot;, feedurl, false<br />
xmlHttp.Send()<br />
feedxml = xmlHttp.ResponseText</p>
<p>How do I use this to recieve feed xml from feeds that do not end in .xml such as http://news.google.com/nwshp?sourceid=navclient&amp;ned=us&amp;topic=t&amp;output=rss</p>
<p>Thanks for your time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.learnxmlws.com/how-do-i-recieve-an-xml-feed-with-an-xmlhttp-object/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

