TidyManaged icon indicating copy to clipboard operation
TidyManaged copied to clipboard

Quiet flag ignored

Open markjreed opened this issue 12 years ago • 0 comments

I'm setting Quiet to true, but I still get warnings scrolling past in the console output of my app. Am I missing something?

        Document htmlDoc = Document.FromString(htmlBlob);
        htmlDoc.OutputXml = true;
        htmlDoc.DocType = DocTypeMode.Omit;
        htmlDoc.AddXmlDeclaration = true; 
        htmlDoc.Quiet = true;
        htmlDoc.CleanAndRepair();

markjreed avatar Mar 03 '13 18:03 markjreed