Skip to content

Change syntax for xml entities

Anders Jonsson requested to merge ajonsson/genius:xml-workaround into master

A change for libxml2 tightened what syntax is allowed in entities: libxml2@01411e7c

This makes the help/update-po.sh script error out at the itstool step. Displayed error is: "xmlAddEntity: invalid redeclaration of predefined entity"

This commit escapes the ampersand character as well, as in the libxml2 example above, and this makes the script work again for me.

Edited by Anders Jonsson

Merge request reports