ObjFW  Diff

Differences From Artifact [a92d1baa88]:

To Artifact [543440cf05]:


395
396
397
398
399
400
401
402

403
404
405
406
407
408
409
410
395
396
397
398
399
400
401

402

403
404
405
406
407
408
409







-
+
-







	case '!':
		_last = _i + 1;
		_state = OF_XMLPARSER_IN_EXCLAMATIONMARK;
		_acceptProlog = false;
		break;
	default:
		if (_depthLimit > 0 && [_previous count] >= _depthLimit)
			@throw [OFMalformedXMLException
			@throw [OFOutOfRangeException exception];
			    exceptionWithParser: self];

		_state = OF_XMLPARSER_IN_TAG_NAME;
		_acceptProlog = false;
		_i--;
		break;
	}
}