I am getting the "Document root element is missing." error when i am trying to parse an xml file on this line: <cfset kitFile = XmlParse(xmlfile)>
This problem only occurs on the live server, and NOT on the development server. I have tried debugging and its not the permissions issue, because i can read the XML files easily when i give it an exact filename and then read it <cffile action="read" file="#filename#" variable="myxml"> Yet, when i try to run the script which needs to parse the xmlfile and extract info from it, i am getting the "Document root element is missing." Any advise would be appreaciated Thanks ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:208661 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

