1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-27 18:50:07 +03:00

Clarify xpointer() extension removal

This commit is contained in:
Nick Wellnhofer 2024-07-02 22:17:08 +02:00
parent fdfeecfe5e
commit 8fb1dc9a62

8
NEWS
View File

@ -30,8 +30,12 @@ to be enabled by passing --with-zlib, --with-lzma or --with-http to
configure. In legacy mode (--with-legacy) these options are enabled
by default as before.
Support for FTP and xpointer() XPath extensions will be removed in
the next release.
Support for FTP will be removed in the next release.
Support for the range and point extensions of the xpointer() scheme
will be removed in the next release. The rest of the XPointer
implementation won't be affected. The xpointer() scheme will behave
like the xpath1() scheme.
Several more legacy symbols were deprecated. Users of the old "SAX1"
API functions are encouraged to upgrade to the new "SAX2" API,