Whitespace at top of output

I'm trying to generate a page for an xml feed with cb3.0, and no matter what I do, I have a few lines of whitespace at the top. I've tried using layout only, view only,cfsilent, enableCFOutputOnly, but no luck.

Can somebody tell me what I'm missing?

Thanks,
bob

If you are returning XML only, no HTML, then I'd use RenderData in
your controller to send the data back and not use a layout/view at
all.

Cheers,
Judah

Judah,

That was exactly what I need. Never knew about that function. That's what happens when you don't RTFM, huh? :wink:

Thanks a ton,
bob

To be fair, there is lots of M to R which is a totally awesome thing
about ColdBox but it also means that you can miss some of the juiciest
stuff in the wide ranging buffet of awesomeness.

Cheers,
Judah

Ain't that the truth. I have 2 fully functional data-driven, AJAX apps I've created in coldbox, and I still feel like I know nothing about the language! :wink:

take care,
bob