How to make XML output from views in Drupal 7?

I need to output view in XML format. I'm able to format all the fields and such so i get the whole XML in $page['content'].
Just can't figure out how to remove everything what is before and after it (HTML head, body tag and such).