TableConfiguration ProcessHtmlTables Property XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Specify whether the DocumentComparator should process HTML tables.

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

public bool ProcessHtmlTables { get; set; }

Property Value

Type: Boolean
Remarks

HTML table processing is recommended as it will perform sophisticated processing when comparing two HTML tables to ensure that the resulting HTML table is valid.
See Also