On Wed, Sep 27, 2017 at 2:12 PM, Steffen <i...@apachelounge.com> wrote: > Yes, 1.6.1 for next httpd 2.4.28. > > I want to go now for libxml2 and forget expat. We have already libxml2.dll > in the distro. > > We need also changes in the httpd dsp/mak/dsw/win files ?
Answering your question directly... the xml dir must be refreshed with the trunk flavor, and apr_xml_libxml2.c is used in place of apr_xml_expat.c In our overall build scheme, on cmake we should detect them, in any old style build schema we should toggle the choice through a nmake variable. apr_xml_libxml2.c and apr_xml_expat.c are both included in the build, config variables APU_USE_LIBXML2 (true) APU_USE_EXPAT (false) need to be defined and control which source is alive.