ricks,
PSM only handles very simple XML files. What Sander posted will work fine, but something like this will NOT work:
<Table>
<Records>
<Record>
<F1>1</F1>
<F2>2</F2>
</Record>
<Record>
<F1>3</F1>
<F2>4</F2>
</Record>
</Records>
<Books>
<Book>
<Name>Classic Litterature</Name>
</Book>
<Book>
<Name>Horror Novel</Name>
</Book>
</Books>
</Table>
To handle a file like this one, or any XML files that would be even more complex, PlanetPress 7 is much more desirable, as the support for XML files is much greater.
Regards,
Rapha