On 22/11/2010, Yuri <[email protected]> wrote: > I have many threads that call this function, they are all unaware of > each other. > There is no context object that is passed to it, so no error handler can > be attached to local context.
Use xmlCtxtReadMemory instead? Then you can have an xmlParserCtxt per thread. <http://xmlsoft.org/html/libxml-parser.html#xmlCtxtReadMemory> Martin _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
