go-xsd-validate icon indicating copy to clipboard operation
go-xsd-validate copied to clipboard

Xsd validation for go based on libxml2

Results 5 go-xsd-validate issues
Sort by recently updated
recently updated
newest added

Under Linux I want to cross compile my project with xsd-validate module for Windows platform. For Linux platform the build runs and the executable works. But If I try to...

I am facing an issue with huge memory usage while validating large XML files (about 90 MB). I might be doing something wrong but there seems to be a memory...

I've got strange issue when trying to validate large number (more than 100) of large xml files (20-130mb). It looks like this ``` unexpected fault address 0xc0068c3000 fatal error: fault...

When investigating the reason that a large XML failed the validation, looking at only the NodeName might not be enough since there can be too many elements with the same...

Attempting to use xsdvalidate.NewXsdHandlerUrl with the url http://cyclonedx.org/schema/bom/1.3 fails without anydetails. Investigation shows that this is because it is a redirect to a https endpoint. This issue in xmllint https://gitlab.gnome.org/GNOME/libxml2/-/issues/160...