Did you know ... Search Documentation:
Pack simple_template -- prolog/st/st_funs.pl
PublicShow source

Defines various helper functions to work with templates, HTML and otherwise.

 encode_path(+Path, -Encoded) is det
Implements function to encode the path value of an URI. See uri_encoded/3.
 encode_query_value(+QueryValue, -Encoded) is det
Implements function to encode the query value of an URI. See uri_encoded/3.
 encode_fragment(+Fragment, -Encoded) is det
Implements function to encode the fragment of an URI. See uri_encoded/3.