What am I doing wrong? Isn’t version 1.1 supported by xmllint? What can I do to make it accept this version 1.1?
BTW. Jenkins has a config.xml like this.
In the meantime, in 2017 (already 6+ years ago), Jenkins decided [1] to store their XML files as XML 1.1. So, now you get that annoying warning when you process Jenkins XML files though xmllint. Of course it is possible to use the --nowarning command line option, but then you loose all the warnings. I don’t know any alternative for xmllint.