On Wed, 2012-05-16 at 00:16 +0200, Michael Ludwig wrote: > ./testapi.exe > > This tests gets firewalled by the W3.ORG servers, I checked using > netstat. So I interrupted it. The source file testapi.c is huge. > Is there an easy way to instruct the program not to go the W3.ORG > servers like with xmllint --nonet?
Use an XML Catalogue file to point to a local copy of the HTML DTDs (if that's what is being fetched), and there's an environment variable you can set to point to it, confusingly named SGML_CATALOG_FILE I think. Liam -- Liam Quin - XML Activity Lead, W3C, http://www.w3.org/People/Quin/ Pictures from old books: http://fromoldbooks.org/ Ankh: irc.sorcery.net irc.gnome.org freenode/#xml _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] https://mail.gnome.org/mailman/listinfo/xml
