Recently, I dove, headfirst, into a heaping batch of XML. I decided that I needed to create a custom schema for XML data. At minimum, I should require my XML database to enforce the same things as my SQL database, right? After much pain and anguish, the xsd files were created1. Now that my XML files were validating, I created the necessary code to open, search, and modify the file. However, I kept receiving an exception during the save. Time collapse about 2 days. The exception wasn't being thrown ......