> I don't follow. Wouldn't CFHTTP.FileContent just contain an 
> XML string (not an object)?

Yes. You can't put a string containing a well-formed XML document within
CFXML, because a well-formed XML document contains an XML declaration:

<?xml version="1.0" ... ?>

CFXML creates that for you, and won't work if you already have that. In this
case, there's no need to use CFXML, because you already have a string you
can feed directly to XMLParse if you want an XML document object, or to
CFOUTPUT if you want to output the string.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:258755
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