To 'generate' a new xml file, just open your favourite text editor and type:
<?xml version="1.0" encoding="utf-8" ?>
Follow that with your xml tags, such as:
<author>me</author>
<content>stuff</stuff>
Then save your document with a .xml extension.
That's all...