We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently in builder-utils.c there is semi-custom parsing built upon GMarkupParser.
builder-utils.c
GMarkupParser
Since we already depend on libxml2 indirectly through libappstream we might as well use a more robust parser.
The text was updated successfully, but these errors were encountered:
Actually it already directly depends on libxml.
https://github.com/flatpak/flatpak-builder/blob/main/src/meson.build#L58C1-L58C47
Sorry, something went wrong.
No branches or pull requests
Currently in
builder-utils.c
there is semi-custom parsing built uponGMarkupParser
.Since we already depend on libxml2 indirectly through libappstream we might as well use a more robust parser.
The text was updated successfully, but these errors were encountered: