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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion?sdid=RVJR Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274106 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

