Maybe it's too big a file this time. 

the XMlParse function isn't the best when it gets to large documents, time to 
drop into java :) SAX parsers work even better for large documents. 

I looked at it and it seems to be a rather big file BTW. 

Regards

Mark Drew

On 3 May 2011, at 12:14, Torrent Girl wrote:

> 
> Hello all.
> 
> I am trying to parse thru an XML feed using the method that I always use and 
> it's not working:
> 
> Here is my code:
> 
> <cfset getJobs = 
> 'http://www.microsoft-careers.com/Microsoft-Diversity-AAWIT116obs.xml'>
> <cfhttp url="#getJobs#" method="GET" timeout="10000"></cfhttp>
> <!--- Read the file and convert it to an XML document object--->
> <cfset msJobs = XmlParse(cfhttp.filecontent)> 
> <cfdump var="#msJobs#">
> 
> The dump doesn't show up. I just get a blank screen.
> 
> Any suggestions?
> 
> TIA 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344165
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to