BRL Reference

html

(html obj)

BRL syntax

Returns a string that is a suitable representation of obj for an HTML page. If obj is null, brl-null-value is returned. If obj is a table, an HTML table is returned. Otherwise brl-string is used to convert obj to a string, and within that string certain characters (<, >, ") are converted into the appropriate HTML entities.

  (html "<santa@northpole.org>")
    returns   "&lt;santa@northpole.org&gt;"

Last modified: Thu Sep 25 11:41:35 EDT 1997
BRL