Validating an xml document
10-Nov-2019 22:07
This property sets the schema(s) used to validate the document read by the Xml Reader.
It defines the document structure with a list of legal elements.The allowed elements and tags are described in the application's documentation. Before extracting data from the XML file, I'd like to validate it to see if it has the expected structure.