I appreciate the reference to exporting MySQL (for this application I am using SQL Server). What strikes me is that there is no single format holding the data.
Do you know of any references to "acceptable" formats? The
<row>
<field FieldName=""> </field>
<field FieldName=""> </field>
<field FieldName=""> </field>
<field FieldName=""> </field>
</row>
<row>
<field FieldName=""> </field>
<field FieldName=""> </field>
<field FieldName=""> </field>
<field FieldName=""> </field>
</row>
is certainly simple, however is it readable by most XML parsers?
Todd