Remove the obsolete concept of "DTD verification". bug 323958, r+sr=jst

This commit is contained in:
mrbkap@gmail.com
2006-01-30 23:45:19 +00:00
parent 859f0ac665
commit 6d8d9d0d31
12 changed files with 16 additions and 47 deletions
@@ -101,7 +101,7 @@ nsresult GenerateBaselineFile(const char* aSourceFilename,const char* aBaselineF
// Parse the document, having the sink write the data to fp
parser->SetContentSink(sink);
rv = parser->Parse(inputURI, 0, PR_FALSE, 0, eDTDMode_unknown);
rv = parser->Parse(inputURI, 0, PR_FALSE, eDTDMode_unknown);
return rv;
}