3.21.3 Adding rules for html//1
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog HTTP support
The HTTP server libraries
The library(http/html_write) library
Adding rules for html//1
html_write:expand//1
html_quoted//1
html_quoted_attribute//1
Availability:
:- use_module(
library(http/html_write)
).
html_quoted
(
+Atom
)
//
Emit the text in
Atom
, inserting entity-references for the SGML special characters
<&>
.