9.1 Writing documents
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog SGML/XML parser
Writing markup
Writing documents
xml_write/3
sgml_write/3
html_write/3
Availability:
:- use_module(
library(sgml_write)
).
(can be autoloaded)
html_write
(
+Stream, +Term, +Options
)
Same as
sgml_write/3
, but passes the HTML DTD as obtained from
dtd/2
. The
Options
are described with
xml_write/3
.