HtmlTableConfiguration ValidationLevel Property XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Sets the ValidationLevel to use for HTML table validation.

Namespace: DeltaXML.CoreS9Api.Config
Assembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
Syntax

public ValidationLevel ValidationLevel { get; set; }

Property Value

Type: ValidationLevel
Remarks

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