Checking for valid xml file.
-
Before you read on, this is not about checking for valid XML syntax or schema. I would like to be able to check if the user is opening an XML file that has data for my application only. If they try to open any other XML file the application should warn them. The XML file data is serialized via XmlSerializer.
Thanks, Mark
-
Before you read on, this is not about checking for valid XML syntax or schema. I would like to be able to check if the user is opening an XML file that has data for my application only. If they try to open any other XML file the application should warn them. The XML file data is serialized via XmlSerializer.
Thanks, Mark
Add some kind of identifier for your application, perhaps also including a version number.
-
Add some kind of identifier for your application, perhaps also including a version number.