What does the value look like if you cfoutput it? Is it a string or an XML
string?




"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-----Original Message-----
From: Rick Root
To: CF-Talk
Sent: Thu Mar 29 19:00:11 2007
Subject: Re: Parsing an XML object from Flex

On 3/29/07, Robertson-Ravo, Neil (RX) <[EMAIL PROTECTED]>
wrote:

> You will no doubt need to XMLParse it first?


It is my understanding that XMLParse() converts a STRING to an XML object.

Here's what's interesting.

The dump BEFORE and AFTER both look exactly the same.  I'm passing in an XML
object from flex, dumping it, running XMLParse() on it, and dumping it
again.

The dumps look exactly the same - they are both of type "xml document".
They're even of the same java class:

reportInput.getClass().getName() =
org.apache.xerces.dom.DeferredDocumentImpl

reportXML.getClass().getName() = org.apache.xerces.dom.DeferredDocumentImpl
But apparently, the XMLParse() is still needed.. though I can't tell what it
does!

Rick


> --
> CFMBB - Coldfusion Message Boards, Version 1.21 Now Available!
> http://www.cfmbb.org




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274114
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