version 1.662, 2001/10/17 15:16:13
|
version 1.663, 2001/10/17 15:34:33
|
Line 1179 void CheckParsingErrors (Document doc)
|
Line 1179 void CheckParsingErrors (Document doc)
|
/* disable the "Read as HTML command */ |
/* disable the "Read as HTML command */ |
TtaSetItemOn (doc, 1, File, BParseAsHTML); |
TtaSetItemOn (doc, 1, File, BParseAsHTML); |
if (ShowErrors || UserAnswer) |
if (ShowErrors || UserAnswer) |
ShowLogFile (doc, 1); |
{ |
ShowSource (doc, 1); |
ShowLogFile (doc, 1); |
|
ShowSource (doc, 1); |
|
} |
} |
} |
} |
} |
else if (XMLErrorsFoundInProfile) |
else if (XMLErrorsFoundInProfile) |