What does the validator do when we set processContents=”lax”?
The lax value of the processContents attribute instructs an XML processor to validate the element content on a can-do basis: It will validate elements and attributes for which it can obtain schema information, but it will not signal errors for those it cannot obtain any schema information. The granularity of lax validation is item by item. If a top-level declaration is available for an element or attribute, it will be used, if not, lax processing recurses.
Related Questions
- What implications do the use of your component has on the server that hosts the Email Validator control? Such as, blacklisting the servers IP?
- Why does Email Validator returns every Yahoo Address as correct. Even an Invalid Email Address like asfsasga@yahoo.com?
- Can Email Validator validate a text file of email addresses?