All Tags »
Security »
Schema Validati... »
XSD
Sorry, but there are no more tags available to filter with.
-
Validation of an XML document against an Xml Schema guarantees that the structure and content of the xml conforms to the types defined in the schema. Does this mean that we automatically elevate the trust level of a document that has passed schema validation? Can we use schema validation as a security layer to our application?
The general ...