> > Sometimes I wish I'd used XML instead of a database but I > wanted to add some extra features that may not have been > possible with XML. >
They are not mutually exclusive. With SQL Server (and with Oracle, and probably DB2 as well) you can write an XML file which includes a SQL query which can return XML. It's quite clever really. Regards, Bob

