<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Coldfusion and XML &#8211; an introduction</title>
	<atom:link href="http://duncan99.wordpress.com/2009/08/18/coldfusion-and-xml-an-introduction/feed/" rel="self" type="application/rss+xml" />
	<link>http://duncan99.wordpress.com/2009/08/18/coldfusion-and-xml-an-introduction/</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 01 Mar 2013 18:26:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: duncan</title>
		<link>http://duncan99.wordpress.com/2009/08/18/coldfusion-and-xml-an-introduction/#comment-352</link>
		<dc:creator><![CDATA[duncan]]></dc:creator>
		<pubDate>Sun, 31 Oct 2010 19:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://duncan99.wordpress.com/?p=1220#comment-352</guid>
		<description><![CDATA[Interesting - you&#039;re correct of course.  But at the time I wrote this article, I&#039;m pretty sure I was using HTMLEditFormat on that XML object, without error.]]></description>
		<content:encoded><![CDATA[<p>Interesting &#8211; you&#8217;re correct of course.  But at the time I wrote this article, I&#8217;m pretty sure I was using HTMLEditFormat on that XML object, without error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jawa</title>
		<link>http://duncan99.wordpress.com/2009/08/18/coldfusion-and-xml-an-introduction/#comment-349</link>
		<dc:creator><![CDATA[Jawa]]></dc:creator>
		<pubDate>Sun, 31 Oct 2010 15:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://duncan99.wordpress.com/?p=1220#comment-349</guid>
		<description><![CDATA[Hi, post a feedback about the example:

Variable 2:

   #HTMLEditFormat(myXML_2)#


should be 

Variable 2:

   #HTMLEditFormat(toString(myXML_2))#


Cause HTMLEditFormat only accepts string as a parameter while myXML_2 is XML document type.]]></description>
		<content:encoded><![CDATA[<p>Hi, post a feedback about the example:</p>
<p>Variable 2:</p>
<p>   #HTMLEditFormat(myXML_2)#</p>
<p>should be </p>
<p>Variable 2:</p>
<p>   #HTMLEditFormat(toString(myXML_2))#</p>
<p>Cause HTMLEditFormat only accepts string as a parameter while myXML_2 is XML document type.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LarryP</title>
		<link>http://duncan99.wordpress.com/2009/08/18/coldfusion-and-xml-an-introduction/#comment-314</link>
		<dc:creator><![CDATA[LarryP]]></dc:creator>
		<pubDate>Tue, 26 Jan 2010 22:18:08 +0000</pubDate>
		<guid isPermaLink="false">http://duncan99.wordpress.com/?p=1220#comment-314</guid>
		<description><![CDATA[Thanks Duncan...this was very informative.  I appreciate you taking the time to put it together!]]></description>
		<content:encoded><![CDATA[<p>Thanks Duncan&#8230;this was very informative.  I appreciate you taking the time to put it together!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
