Maybe we should have a CI check to avoid invalid XML from getting merged.

All it would take is running something like:

for a in $(find . -name '*.xml'); do xmllint --quiet --noout $a; done

Jim

Reply via email to