Places
Home
Graphs
Prefixes
Admin
Users
Settings
Plugins
Statistics
CPACK
Home
List packs
Submit pack
Repository
Load local file
Load from HTTP
Load from library
Remove triples
Clear repository
Query
YASGUI SPARQL Editor
Simple Form
SWISH Prolog shell
Help
Documentation
Tutorial
Roadmap
HTTP Services
Login
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
.
ClioPatria
(version
V3.1.1-51-ga0b30a5
)