Does anyone know why this might suddenly become a problem with my CFFORMS (XML format)? I know not many people use the XML format and that's a pity because i think they're terrific. Or at least i did until this suddenly started happening.
This form is on a CMS that I've been using happily without errors for almost a year now. Here's the error message: [quote] javax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerException: org.xml.sax.SAXParseException: Content is not allowed in prolog. [/quote] I've checked all the obvious things - looked for files that have changed as the possible cause of the issue, configuratoin changes in the site etc and nothing on the site has changes in a way that might cause this. So that means something in the OS. Is there anything that my good friend Mr Gates might have put on in the auto updates to my XPPro that might cause this? Or something else i should look for? I konw it's not the syntax of the forms, because i can remove everything but the CFFORM tag and still get the error. Here's the cfform tag: <cfform name="reasonsform" action="#cgi.SCRIPT_NAME#" method="post" format="xml" skin="silver" scriptsrc="/cfforms/scripts"> -- Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260052 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

