DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Serving XML With PHP
How to correctly serve XML with PHP:
header('Content-Type: text/xml; charset=utf-8');





