ColdFusion and XML - An Important Reminder

I have been working on several examples of using ColdFusion with AJAX. Twice already I have received strange errors about the XML being malformed after I had it working just fine. Both times after debugging I realized that the error was related to the ColdFusion debugging info that was outputting at the bottom of the screen. ARGH!!

Now I am doing two simple things that make life much easier.

1. Explicitly disabling debugging on that page.

<cfsetting showdebugoutput="false" />

2. Simply use the docked version of the CF debugger.

Comments
BlogCFC was created by Raymond Camden. This blog is running version 5.9.2.002.