stop parsing on exception

This commit is contained in:
Cristy
2021-08-14 19:17:01 -04:00
parent 21a99da0c4
commit f0af49097a
+1
View File
@@ -7637,6 +7637,7 @@ static void MSLError(void *context,const char *format,...)
#endif
ThrowMSLException(DelegateFatalError,reason,"SAX error");
va_end(operands);
xmlStopParser(msl_info->parser);
}
static void MSLCDataBlock(void *context,const xmlChar *value,int length)