getDomDocument();
$rightDocument = (new XmlDocument($right, $loading))->getDomDocument();
$error = "";
XmlSystems::diffNode(
$leftDocument,
$rightDocument,
$error,
$excludedAttributes
);
return $error;
}
/**
* @param $text
* @return int the number of lines estimated
*/
public static function countLines($text)
{
return count(preg_split("/<\/p>|<\/h[1-9]{1}>|
|<\/li>|