Yes, you want that as well. However, no, that declaration doesn't specify that the page is XML. Rather, it specifies that the content is XML. You will want to add this before you start echoing your page:
Code:header("Content-Type: text/xml"); header("Expires: 0");
Bookmarks