Ns_QuoteHtml
Quote an HTML string
- Provided by: aolserver4-dev (Version: 4.5.1-18)
- Source: aolserver4
- Report a bug
Quote an HTML string
#include "ns.h" void Ns_QuoteHtml(Ns_Dstring *pds, char *string)
The Ns_QuoteHtml function appends the given string to the Ns_DString, making the following substitutions that allow HTML to be included in another HTML page as plain text:
< < > > & &
nsd(1), info(n)