ADDED: library(sgml), providing load_html/3 to parse HTML documents

This commit is contained in:
Markus Triska
2020-06-14 16:52:46 +02:00
parent 0d20ca0bf2
commit 79829cb6d2
5 changed files with 110 additions and 2 deletions

View File

@@ -422,6 +422,9 @@ The modules that ship with Scryer Prolog are also called
Probabilistic predicates and random number generators.
* [`http/http_open`](src/lib/http/http_open.pl) Open a stream to
read answers from web servers. HTTPS is also supported.
* [`sgml`](src/lib/sgml.pl)
`load_html/3` represents HTML documents as Prolog terms
for convenient and efficient reasoning.
* [`sockets`](src/lib/sockets.pl)
Predicates for opening and accepting TCP connections as streams.
TLS negotiation is performed via the option `tls(true)` in