Fixed the XML_GetCurrentLine/ColumnNumber() functions so that
commit11f1cc73b0c3a6ca079bc5682461f9fbdc0d7d5d
authorkwaclaw <kwaclaw>
Tue, 16 Mar 2004 04:27:18 +0000 (16 04:27 +0000)
committerkwaclaw <kwaclaw>
Tue, 16 Mar 2004 04:27:18 +0000 (16 04:27 +0000)
tree871dc929eb166ef505d038fac340a64146f41e8a
parent9716d23c8c86b2c8712238ffd6edbabb468e8839
Fixed the XML_GetCurrentLine/ColumnNumber() functions so that
they don't produce an access violation when the value of eventPtr is
less than the value of positionPtr. This can happen when a handler
raises an exception or potentially in some border cases.

Also added some more updates of eventPtr.
lib/xmlparse.c