Can logstash output an XML file?

I don't know of an XML codec for Logstash. Your best option might be to use the exec or pipe output to feed the message as e.g. JSON to a separate program that converts it to XML.