On Wed, Jun 29, 2005 at 09:14:34PM +0200, Olaf Hering wrote: > On Sun, Apr 24, Joe Orton wrote: > > > Changes in release 0.25.0: > > > * Default XML parser search changed to check for expat before libxml2. > > What is the reason for this change?
Just so that people who build e.g. subversion don't end up with two XML parsers linked in and used by default. Both parsers are equally supported and equally correct as far as neon is concerned. You can pass --with-libxml2 or --with-expat to configure to force the choice as before. joe _______________________________________________ neon mailing list [email protected] http://mailman.webdav.org/mailman/listinfo/neon
