DLR-SC / tixi

A simple XML interface library
Apache License 2.0
35 stars 16 forks source link

fix issues with latest versions of libxml2 #225

Closed mayeut closed 4 months ago

mayeut commented 5 months ago

There are some missing includes in tixi source code: tixi is using direct calls to malloc, free, ..., it shall include stdlib in its source code and not rely on 3rd party headers for that.

xmlStructuredErrorHandler shall use a const pointer to the error.

joergbrech commented 4 months ago

Thanks for the PR 💐 I am a bit busy, so please excuse me if I keep you waiting. I will check it out as soon as I can.