I have a problem similar to this. In our app, if you open a customer record, there are options to export the customer data to an xml file and to import customer data from an xml file. Business rules dictate that when an xml file is imported, the data it creates must be identical to the source data used to create the xml file. If the original field contained NULL then the field in the new record must also be filled with NULL. If I am understanding...