Re: [xml] Minor improvement possible

2017-01-10 Thread Bruce Dawson via xml
I blogged about the importance of adding const in order to get best results here: https://randomascii.wordpress.com/2017/01/08/add-a-const-here-delete-a-const-there/ Some of the post talks about a VC++ compiler bug - ignore that. Note that having constant data in the read-only data segment is a b

[xml] FW: Problem resolving relative URIs during catalog resolution, potential regression as of libxml2 2.9.2 (patch included)

2017-01-10 Thread Matthias Pigulla
Hello all, I posted this back in Nov 2016, see https://mail.gnome.org/archives/xml/2016-November/msg00012.html for details: > >TL/DR: > >./testURI --base file:///some/where file > >Without patch: file:/some/file >With patch: file:///some/file This is a bug in resolving relative URIs, but also a