Project

General

Profile

Feature #908

Use QtXml instead of libxml2

Added by Ariadne Conill over 4 years ago. Updated over 4 years ago.

Status:
New
Priority:
Minor
Assignee:
-
Category:
-
Target version:
-
Start date:
October 26, 2019
Due date:
% Done:

0%

Estimated time:
Affects version:

Description

Once we drop GTK support, it would be nice to drop libxml2 dependency altogether by rewriting the code that uses it to use QtXml instead. This removes a dependency and QtXml has a nicer API.

History

#1 Updated by John Lindgren over 4 years ago

QtXml itself seems to be deprecated in favor of QXmlStreamReader:
https://doc.qt.io/qt-5/qxmlstreamreader.html

Also available in: Atom PDF