Commit 3bc8fc2
authored
Cap compatibility of XML2_jll (#212)
Reflect changes in JuliaRegistries/General#128961
https://github.com/GNOME/libxml2/blob/master/NEWS contains a list of features and functions that have been removed in 2.14.
> Metadata about the HTML4 content model was removed from the htmlElemDesc
> struct and related functions were deprecated.
>
> The FTP module and related functions were removed.
>
> Support for the range and point extensions of the xpointer() scheme
> was removed. The rest of the XPointer implementation isn't affected.
> The xpointer() scheme now behaves like the xpath1() scheme.
>
> Several legacy symbols and the functions in xmlunicode.h were removed.
>
> ELF version information was removed.
>
> The shell was moved from libxml2 to xmllint. Several related functions
> are no longer available.
Tests for EzXML are also now failing.1 parent adeaff7 commit 3bc8fc2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
0 commit comments