>Dave,
>
>Please elaborate on "it's common to accidentally append debug output when
>serving XML documents via CF.".  Thanks.
>

Different Dave, but I believe he means that if you're serving this XML
document via CF and you have debugging turned on (i.e., in development),
then MX will add a bunch of debugging code to the bottom of the document
(just do a View Source on a CF page with debugging and you'll see). You'll
need to explicitly use

<cfsetting showDebugOutput="No">

to suppress and attempt by CF to output debugging code. This extra code will
of course make this XML document invalid.

Regards,
Dave.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to