>On 5/3/2011 10:18 AM, Torrent Girl wrote:
>> Actually, I can dump the contents of the cfhttp.filecontent return 
>> with no problem.
>
>That is because at that point, the data is still flat text.  One can fit 
>a WHOLE LOT of flat text into a gigabyte or two of ram memory.
>
>The problem will occur when you try to parse that flat text into a DOM 
>relational data structure.
>
>Now IF you do not need to parse the flat data, you can use 
>xmlTransform(), and maybe xmlSearch(), to apply XPATH to the large flat 
>text data and create smaller subsets of the XML.  That might get you 
>where you need to go.

Great thanks!

I'll try one of these. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:344179
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to