meanwhile.........back at that batcave......
zzzzzzzzzzzzzzzzzzzz -----Original Message----- From: Rob Rohan [mailto:rob@;cardinalweb.com] Sent: 29 October 2002 16:11 To: CF-Talk Subject: RE: cfxml question It's bad xml <RESULT>Passed</STATUS> needs to end with </RESULT> -----Original Message----- From: Scott Mulholland [mailto:smulholland@;accurateimaging.com] Sent: Tuesday, October 29, 2002 7:58 AM To: CF-Talk Subject: cfxml question I am creating a small bit of sample XML, and posting it via form to a page to parse it. When I create the XML by simply setting myXML=" all XML code here", it works fine with XMLParse() and dot notation referencing of values. When I create my xml using <cfxml></cfxml>, I get the following error when trying to parse: "Document Root Element is Missing." This is what the XML variable contains also when it hits this page: coldfusion.xml.XmlNodeList@7210a5 My cfxml call is below: <cfxml variable="myXML"> <CONTROL> <ID>100</ID> <KEY>200</KEY> <DATE>10252002</DATE> <ITEM> <STATUS> <RESULT>Passed</STATUS> <STATUS_DATE>10252002</STATUS_DATE> </STATUS> </ITEM> </CONTROL> </cfxml> Any ideas on this? Thanks, Scott ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

