#include "nsd.h"Functions | |
| void | Ns_QuoteHtml (Ns_DString *pds, char *string) |
| int | NsTclQuoteHtmlCmd (ClientData dummy, Tcl_Interp *interp, int argc, char **argv) |
| void Ns_QuoteHtml | ( | Ns_DString * | pds, | |
| char * | string | |||
| ) |
----------------------------------------------------------------------
Ns_QuoteHtml --
Quote an HTML string.
Results: None.
Side effects: Copies quoted HTML to given dstring.
----------------------------------------------------------------------
| int NsTclQuoteHtmlCmd | ( | ClientData | dummy, | |
| Tcl_Interp * | interp, | |||
| int | argc, | |||
| char ** | argv | |||
| ) |
----------------------------------------------------------------------
NsTclQuoteHtmlCmd --
Implements ns_quotehtml.
Results: Tcl result.
Side effects: See docs.
----------------------------------------------------------------------
1.5.1