Arkensor/DayZ-CommunityFramework

Add validation inside the XMl reader to compenstate of missing files and or invalid data

Arkensor opened this issue · 0 comments

  • Input xml file does not exist?
  • Xml content was read but is somehow invalid?

Return false / null / error code for all edge cases. All validation should be within the XML classes and not in the calling context where it is used.