[not loaded]PublicShow sourcehttp_sgml_plugin.pl -- Parse of HTML and XML documents for the HTTP client libs

This module provides a plugin for the HTTP client to handle xml, html and sgml files using the SWI-Prolog sgml-parser from library(sgml). Using this library avoids unnecessary copying of data as the sgml-parser reads directly from the stream that established the HTTP connection.

This is a plugin for http_get/3 and http_post/4

See also
- http_open/3 is now the preferred interface for client side processing of HTTP.