<?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: Using xml from coldfusion in Flex &#8216;Premature end of file&#8217; error</title>
	<atom:link href="http://www.axelscript.com/2008/02/20/using-xml-from-coldfusion-in-flex-premature-end-of-file-error/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.axelscript.com/2008/02/20/using-xml-from-coldfusion-in-flex-premature-end-of-file-error/</link>
	<description>Axel Jensen on Flex, Coldfusion and... other stuff</description>
	<lastBuildDate>Tue, 06 Dec 2011 15:13:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: flexgabriel</title>
		<link>http://www.axelscript.com/2008/02/20/using-xml-from-coldfusion-in-flex-premature-end-of-file-error/comment-page-1/#comment-2445</link>
		<dc:creator>flexgabriel</dc:creator>
		<pubDate>Thu, 01 Oct 2009 12:05:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.axelscript.com/2008/02/20/using-xml-from-coldfusion-in-flex-premature-end-of-file-error/#comment-2445</guid>
		<description>last line got cut, maybe this works :)
&lt;cfproperty name=&quot;bookingRawDataXML_request&quot; type=&quot;xml&quot; default=&quot;XmlParse(&#039;&lt;root /&gt;&#039;)&quot;&gt;</description>
		<content:encoded><![CDATA[<p>last line got cut, maybe this works <img src='http://www.axelscript.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
&lt;cfproperty name=&#8221;bookingRawDataXML_request&#8221; type=&#8221;xml&#8221; default=&#8221;XmlParse(&#8216;&lt;root /&gt;&#8217;)&#8221;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flexgabriel</title>
		<link>http://www.axelscript.com/2008/02/20/using-xml-from-coldfusion-in-flex-premature-end-of-file-error/comment-page-1/#comment-2444</link>
		<dc:creator>flexgabriel</dc:creator>
		<pubDate>Thu, 01 Oct 2009 12:02:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.axelscript.com/2008/02/20/using-xml-from-coldfusion-in-flex-premature-end-of-file-error/#comment-2444</guid>
		<description>Thank you so much, you saved me a LOT of time.
I got here googling for &#039;cfc xml &quot;premature end of file&quot;&#039;.

I think, XMLNew() should create a default root node, but it doesnt. Or it should take a required parameter with the root&#039;s tag name. 

For now i write:

var somexml = XMLParse(&#039;&#039;);
or
&#039;)#&quot;&gt;</description>
		<content:encoded><![CDATA[<p>Thank you so much, you saved me a LOT of time.<br />
I got here googling for &#8216;cfc xml &#8220;premature end of file&#8221;&#8216;.</p>
<p>I think, XMLNew() should create a default root node, but it doesnt. Or it should take a required parameter with the root&#8217;s tag name. </p>
<p>For now i write:</p>
<p>var somexml = XMLParse(&#8221;);<br />
or<br />
&#8216;)#&#8221;&gt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

