Copyright 2005 Fourthought, Inc. (USA). Detailed license and copyright information: http://4suite.org/COPYRIGHT Project home, documentation, distributions: http://4suite.org/
Classes:
|
Functions:
|
Globals:
|
Used by CompareHTML().
ignoreWhitespace controls whether whitespace differences in text events are ignored.
ignoreWhitespace controls whether whitespace differences in text nodes are ignored. ignoreComments controls whether comment nodes are ignored. ignoreNsDecls controls whether namespace declarations are ignored.
XML strings are parsed into a Domlette and compared node-by-node. HTML strings are parsed with an SGML parser and are compared event-by-event. The markup type is guessed based on clues in the expected string. ignoreWhitespace controls whether whitespace differences in text nodes are ignored. 'file:' URIs based on the current working directory are generated for each document. The baseUri argument is an optional absolute URI to use as the basis of the generated URIs, if a 'file' URI is undesirable. readExtDtd controls whether the external DTD subset is read when parsing XML. It does not affect the reading of external entities declared in the internal DTD subset. ignoreNsDecls controls whether namespace declarations are ignored when comparing XML documents.