nstcl  >  Documentation  >  nstcl-html  >  ns_quotehtml

Tcl Powered!

ns_quotehtml

NAME

ns_quotehtml — Quotes special HTML characters

SYNOPSIS

package require nstcl-html ?1.0?
package require nstcl ?1.0?

::nstcl::ns_quotehtml html

DESCRIPTION

ns_quotehtml quotes each ampersand, less than, and greater than sign in html. That is, & will become &amp;, < will become &lt;, and > will become &gt; in the returned string.

KEYWORDS

html, nstcl