Thanks Alexey, so I see the handler has to be declared into an xmlGenericErrorFunc type - I tried your code and now it works - a thousand thanks!
Regards, Jose. --Death, taxes and Microsoft. If you put it that way, the first two don't seem so bad.
On 2 Jun 2004, at 5:01 pm, Alexey Sarytchev wrote:
I am using the initGenericErrorDefaultFunc and this is what my code looks like. xmlGenericErrorFunc handler = MyXMLErrorFunction; initGenericErrorDefaultFunc(&handler);