flatpak-builder
flatpak-builder copied to clipboard
Investigate replacing custom XML parsing with libxml2
Currently in builder-utils.c there is semi-custom parsing built upon GMarkupParser.
Since we already depend on libxml2 indirectly through libappstream we might as well use a more robust parser.
Actually it already directly depends on libxml.
https://github.com/flatpak/flatpak-builder/blob/main/src/meson.build#L58C1-L58C47