1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-02 20:42:30 +03:00

valid: Deprecate a few functions and xmllint --insert

This commit is contained in:
Nick Wellnhofer
2025-06-02 23:26:19 +02:00
parent f6eec6f4c1
commit 347c2b2ec7
4 changed files with 14 additions and 1 deletions

View File

@ -605,6 +605,7 @@ deprecated_funcs = {
'xmlIsExtender': True,
'xmlIsIdeographic': True,
'xmlIsLetter': True,
'xmlIsMixedElement': True,
'xmlIsPubidChar': True,
'xmlIsRef': True,
'xmlKeepBlanksDefault': True,