<cffile action="read" file="#filename#" variable="myxml"> <cfset MyXMLOBJECT = XMLParse(myxml)>
-----Original Message----- From: Aminova, Elena [mailto:[EMAIL PROTECTED] Sent: Tuesday, 7 June 2005 12:12 To: CF-Talk Subject: RE: Document root element is missing. I have 100s of XML files, if not more to go through, it would be impossible to go through each one of them and strip off everything before the root element... When I do the <cffile action="read" file="#filename#" variable="myxml">, it reads the file, but I need it parsed. Any other suggestions? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:208705 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

