XML Compare .NET API Documentation - DEPRECATED
Assembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
Sets the ValidationLevel to use for HTML table validation.
Namespace: DeltaXML.CoreS9Api.ConfigAssembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
Syntax
Property Value
Type: ValidationLevelRemarks
Sets the ValidationLevel to use for HTML table validation.
A value of [!:ValidationLevel.STRICT] will cause the InvalidTableBehaviour mode to be used for any HTML invalidity. A value of [!:ValidationLevel.RELAXED] means that invalidities which are known to have no effect on HTML processing will not prevent HTML processing from running.
Note: Warnings will be reported according to the WarningReportMode regardless of the setting used here.
See Also