Thanks for putting it in there Roger.

Personally I don't much care if its the desired format of XML or not - since its XML we can map it using XSLT to *any* XML variant we like.
[And that is the whole point of XML - you don't need to get it in the final format - just output it as well formed XML and do a XSLT transform to make it have the right format].

Getting the playlist file into the correct XML from a CSV file would take a lot more [programming] effort by us than writing a XSLT to convert the current version of XML to a 'nicer' one.

So, a big thanks for putting XML support in there at all Roger.