The Validation Process in XML
Validation:
The process of checking that...
Data is in the proper order
Data is in the proper format
Data is the correct type
Mandatory fields are supplied
Etc.
In traditional programming languages, validation is done in the code
Known as error handling
Can be time consuming and a source of complexity
Back
Next