List extension packs
/home/mlunife/.local/share/swi-prolog/pack/aleph/prolog
/home/mlunife/.local/share/swi-prolog/pack/auc/prolog
/home/mlunife/.local/share/swi-prolog/pack/bddem/prolog
/home/mlunife/.local/share/swi-prolog/pack/cplint/prolog
/home/mlunife/.local/share/swi-prolog/pack/cplint_r/prolog
/home/mlunife/.local/share/swi-prolog/pack/lbfgs/prolog
/home/mlunife/.local/share/swi-prolog/pack/liftcover/prolog
/home/mlunife/.local/share/swi-prolog/pack/matrix/prolog
/home/mlunife/.local/share/swi-prolog/pack/pascal/prolog
/home/mlunife/.local/share/swi-prolog/pack/phil/prolog
/home/mlunife/.local/share/swi-prolog/pack/sldnfdraw/prolog
/home/mlunife/swish
/home/mlunife/swish/config-enabled
/home/mlunife/swish/lib
/home/mlunife/swish/lib/data
/home/mlunife/swish/lib/plugin
/home/mlunife/swish/lib/render
/home/mlunife/swish/pack/profile/prolog
/home/mlunife/swish/pack/profile/prolog/profile/backend
/home/mlunife/swish/pack/rserve_client/prolog/r
/home/mlunife/swish/pack/smtp/prolog
/home/mlunife/swish/pack/wordnet/prolog
/usr/local/lib/swipl
/usr/local/lib/swipl/boot
/usr/local/lib/swipl/library
/usr/local/lib/swipl/library/clp
/usr/local/lib/swipl/library/dcg
/usr/local/lib/swipl/library/dialect
/usr/local/lib/swipl/library/dialect/swi
/usr/local/lib/swipl/library/ext/RDF
/usr/local/lib/swipl/library/ext/archive
/usr/local/lib/swipl/library/ext/bdb
/usr/local/lib/swipl/library/ext/chr
/usr/local/lib/swipl/library/ext/chr/chr
/usr/local/lib/swipl/library/ext/clib
/usr/local/lib/swipl/library/ext/clpqr
/usr/local/lib/swipl/library/ext/clpqr/clpq
/usr/local/lib/swipl/library/ext/clpqr/clpqr
/usr/local/lib/swipl/library/ext/clpqr/clpr
/usr/local/lib/swipl/library/ext/http/http
/usr/local/lib/swipl/library/ext/libedit
/usr/local/lib/swipl/library/ext/mqi
/usr/local/lib/swipl/library/ext/nlp
/usr/local/lib/swipl/library/ext/odbc
/usr/local/lib/swipl/library/ext/paxos
/usr/local/lib/swipl/library/ext/pcre
/usr/local/lib/swipl/library/ext/pengines
/usr/local/lib/swipl/library/ext/pldoc
/usr/local/lib/swipl/library/ext/pldoc/pldoc
/usr/local/lib/swipl/library/ext/plunit
/usr/local/lib/swipl/library/ext/protobufs
/usr/local/lib/swipl/library/ext/readline
/usr/local/lib/swipl/library/ext/redis
/usr/local/lib/swipl/library/ext/semweb/semweb
/usr/local/lib/swipl/library/ext/sgml
/usr/local/lib/swipl/library/ext/ssl
/usr/local/lib/swipl/library/ext/ssl/http
/usr/local/lib/swipl/library/ext/stomp
/usr/local/lib/swipl/library/ext/swipy
/usr/local/lib/swipl/library/ext/table
/usr/local/lib/swipl/library/ext/utf8proc
/usr/local/lib/swipl/library/ext/zlib
/usr/local/lib/swipl/library/http
/usr/local/lib/swipl/library/lynx
pengine://1163d409-d3e2-4a2a-973d-6354bf86f128
pengine://1da99799-2a93-4e16-b73a-a1ddc43fe811
pengine://34a60280-47fa-4e8c-9251-d5eb68be44c3
pengine://51d9c47f-5d43-401d-b44e-28ede634a440
pengine://7c003743-dfee-4c40-9b0e-3b0a7fecb959
pengine://7d9e6429-6b8e-4b02-9959-7fb18519e6b9
pengine://92d53aa1-d691-4dd9-9c71-b4e1fa23a2dc
pengine://b20a7ab4-19b7-466c-bb95-23da8fe463f5
pengine://b4cfeaa3-88b2-4745-9293-c764a4e5473d
pengine://c52c4474-a523-44f2-be8a-7066d8a98cd0
pengine://c9bd4111-87a3-416b-98fe-d86b0c1020be
pengine://d4ac0226-eeb7-433b-ab6e-6b385b95e396
pengine://f8b219b4-73c0-49e0-87f6-4982d83506f3
/usr/local/lib/swipl/library/ext/sgml/sgml.pl
All
Application
Manual
Name
Summary
Help
ext
sgml
sgml.pl -- SGML, XML and HTML parser
dtd/2
load_dtd/3
load_structure/3
load_sgml_file/2
load_xml_file/2
load_html_file/2
load_html/3
load_xml/3
load_sgml/3
xml_quote_attribute/2
xml_quote_cdata/2
xml_name/1
xml_basechar/1
xml_ideographic/1
xml_combining_char/1
xml_digit/1
xml_extender/1
xml_is_dom/1
xpath.pl -- Select nodes in an XML DOM
pwp.pl
sgml_write.pl
xsdp_types.pl -- XML-Schema primitive types
c14n2.pl -- C14n2 canonical XML documents
load_xml_file
(+File, -DOM)
is
det
Load XML from
File
and unify the resulting
DOM
structure with
DOM
.
deprecated
- New code should use
load_xml/3
.