Skip to content

Fix issue #43 on ubuntu 20.04 with xmllint 20910 and debian buster with xmllint 20904

Andreas Naumann requested to merge issue_43 into master

The solution is a change in the call to xmllint, as shown here. The string function returns a utf8 encoded string of the content in the older and new xmllib-versions.

Merge request reports