flatpak-builder icon indicating copy to clipboard operation
flatpak-builder copied to clipboard

Investigate replacing custom XML parsing with libxml2

Open TingPing opened this issue 2 years ago • 1 comments

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.

TingPing avatar Oct 23 '23 17:10 TingPing

Actually it already directly depends on libxml.

https://github.com/flatpak/flatpak-builder/blob/main/src/meson.build#L58C1-L58C47

hfiguiere avatar Nov 11 '23 18:11 hfiguiere