Using libexpat in multi-threaded environment
Kailas Ramasamy <[email protected]>
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, The start element, end element and character data callback functions seem to return no context information. When one of these callback functions is invoked (by the libexpat) how do I associate this to a thread. Appreciate your suggestions. Thanks Kailas