PHP will produce XML as easily as HTML - it makes no difference to PHP.*
How it gets rendered at the other end depends on the browser - some display XML as a tree, others don't.
- Well, not quite. short_tags has to be turned off in the configuration file to stop PHP trying to parse the <?xml version identifier.