this fixes some of what ails us with XML
git-svn-id: svn://10.0.0.236/trunk@17541 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -264,7 +264,7 @@ NS_IMETHODIMP CWellFormedDTD::BuildModel(nsIParser* aParser) {
|
||||
if(NS_SUCCEEDED(result)) {
|
||||
theRecycler->RecycleToken(theToken);
|
||||
}
|
||||
else {
|
||||
else if(NS_ERROR_HTMLPARSER_BLOCK!=result){
|
||||
theTokenizer->PushTokenFront(theToken);
|
||||
}
|
||||
// theRootDTD->Verify(kEmptyString,aParser);
|
||||
|
||||
Reference in New Issue
Block a user