Cantor, Scott <[email protected]> writes: > On 10/12/22, 9:09 AM, "Boris Kolpackov" <[email protected]> wrote: > > > 2. We build with ICU and Curl everywhere so other transcoders > > and netaccessors were not tested. > > Do you actually use them? Because in my testing, I haven't managed to > make any of the net accessors work (per the open bug that was reported).
We run NetAccessorTest.cpp on every platform and it seems to work, at least over HTTP (HTTPS would require some further patching to deal with CA paths setup on some platforms): $ ./libxerces-c/tests/net-accessor/driver http://www.example.org ... <h1>Example Domain</h1> ... --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
