Why are unicode characters from my XML data source not displaying correctly in the browser?
This can occur if the charsets don’t match in the XML file, the XSL file, and the server-side file (ColdFusion, PHP, ASP, ASP.NET). Setting all charsets to be the same should resolve this problem. (Ref. 193179)Why does this error occur when viewing my ColdFusion page in the browser?: “MM_XSLTransform error. Error opening http://www.mysite.com/folder/. The request has exceeded the allowable time limit Tag: cfhttp” This error will occur if your application server is behind a proxy server. Dreamweaver’s XML Authoring feature doesn’t support proxy servers or authentication. You may be able to open up the Macromedia XSL server-side script and modify it to work with a proxy server. Macromedia doesn’t provide technical support for using XML Authoring with proxy servers or authentication, but here are some resources that may point you in the right direction • ColdFusion – ColdFusion LiveDocs: cfhttp • PHP – PHP docs: fopen • ASP • PRB: “Proxy Authentication Required” Error Message with ServerX