Hi Dave,

I found my error, and I took care of it with the following snippet:

<cfset temp = Replace(ToString(results.filecontent), '&lt;', '<', 'ALL')>
<cfset temp = Replace(temp, '&gt;', '>', 'ALL')>

<cfset myxmlobj = XMLParse(temp)>

What happened was that the last three bits of code were demoralized, so I 
remoralized them, and now it works fine!

Thanks for all your help.  By the way, I took your CF Advanced course in NYC 
when it was still Allaire.  It was without a doubt the best CF class I took, so 
thank you for that and for all your help here, too!

- Sung

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:259644
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to