|
ns_quotehtml Quotes special HTML characters
package require nstcl-html ?1.0?
package require nstcl ?1.0?::nstcl::ns_quotehtml html
ns_quotehtml quotes each ampersand, less than, and greater than sign in html. That is, & will become &, < will become <, and > will become > in the returned string.
html, nstcl