terminalstatic / go-xsd-validate

Xsd validation for go based on libxml2
MIT License
72 stars 18 forks source link

Deprecation Warning for xmlSchemaCleanupTypes in libxml2 #21

Closed Tonny-Francis closed 3 months ago

Tonny-Francis commented 3 months ago

I am currently using the go-xsd-validate library and noticed a deprecation warning for the function xmlSchemaCleanupTypes when compiling my project:

warning: 'xmlSchemaCleanupTypes' is deprecated [-Wdeprecated-declarations]
terminalstatic commented 3 months ago

Thanks, there was actually a pull request I recently merged into master that fixes this, but unfortunately I was not able to test the changes yet, so it's not tagged. Therefore if you want to try it you'd have to get master.

Tonny-Francis commented 3 months ago

Ok, thanks