Is XMLLint for Windows in active development?

Viewed 623

I have a project to validate XML files according to XSD specs:

  • It should run from Windows command line
  • Validation errors should be saved to a file for later review

XMLLint looks like the perfect candidate. It does all of the above. However, this particular branch (ftp://xmlsoft.org/libxml2/win32/64bit/) hasn't been updated since 2015.

Given the age, is this safe to rely on for the next few years? If not, is there an alternative that meets the above requirements?

1 Answers
Related