Yes,
PHP has many many ways to manipulate and output
XML.
PHP can output anything you want, even binary images etc..
header('Content-type: text/
xml');
You might want to have a look at the
PHP documentation -- I haven't played with these much yet but I plan to get right into
xml soon