CVS commit: htdocs/share/xml
"Leonardo Taccari" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: htdocs Committed By: leot Date: Sat Jul 3 21:08:11 UTC 2021 Modified Files: htdocs/share/xml: iso-html.ent Log Message: Do not redefine predefined entity (lt, gt, amp, quot) Since libxml2-2.9.11 they started to error out and it is illegal to do so according the XML 1.0 spec: <https://gitlab.gnome.org/GNOME/libxml2/-/commit/01411e7c5ea0fff181271e092f46a2138c3720ec> Thanks to <hgutch> for analysis/debug of the problem! (possible regressions due that are mine!) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 htdocs/share/xml/iso-html.ent Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.