/C-Sharp-XSD-Validator

Validates input XML documents against XSD definitions to check if they match the required format

Primary LanguageC#

XSD Validator

This app validates input XML files against XSD documents to check if they match the required formats.
This is important for transmission and processing of XML files because it ensures they can be accurately processed as they match the expected format.
This app works as-is, but is also a work in progress, so just remember to point the respective member variables to the locations of your input XMLs and XSD Docs.

Requirements

This C# app requires .net version 8