I have a DataSet with 5 tables in it with data relations. All columns'
ColumnMapping property is set to Attribute so in the output XML they are
attributes. I would like all element names to be the same, e.g. "record".
HOwever, by default the element names are the DataTable names and DataSet
requires unique table names, how can I achieve this without having to loop
through the resulting XML nodelist and change one by one?