ADDED: library(xpath) for convenient analysis of HTML and XML documents.

This commit is contained in:
Markus Triska
2020-06-20 12:25:13 +02:00
parent 496279c92d
commit d66ea07ba4
3 changed files with 653 additions and 1 deletions

View File

@@ -21,6 +21,11 @@
Currently, Options are ignored. In the future, more options may be
provided to control parsing.
Use http_open/3 from library(http/http_open) to read answers from
web servers via streams.
library(xpath) provides convenient reasoning about parsed documents.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
:- module(sgml, [load_html/3]).