Man Page: ns_quotehtml
Operating Environment: debian
Section: 3aolserv
ns_html(3aolserver) AOLserver Built-In Commands ns_html(3aolserver) __________________________________________________________________________________________________________________________________________________NAMEns_hrefs, ns_quotehtml, ns_striphtml - commandsSYNOPSISns_hrefs html ns_quotehtml html ns_striphtml html _________________________________________________________________DESCRIPTIONns_hrefs returns a list of all the URLs that the html has <A> links to. There is currently no provision for normalizing any relative URL with a specified <BASE> URL. Also, for a URL to be returned the HREF attribute must come before any other attributes (such as TITLE, STYLE, etc.) within the opening <A> tag. ns_quotehtml substitutes all instances of "<", ">", and "&" within html with their respective HTML entities ("<", ">", and "&" respectively). This command is useful if you want to include html in another page as plain text. ns_striphtml returns a new string that is html with all the HTML tags removed. HTML entities are left untouched.SEE ALSOnsd(1)KEYWORDSAOLserver 4.0 ns_html(3aolserver)
| Related Man Pages |
|---|
| ns_absoluteurl(3aolserv) - debian |
| ns_parseurl(3aolserv) - debian |
| ns_guesstype(3aolserv) - debian |
| ns_server(3aolserv) - debian |
| webservice::cia::parser(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| Is UNIX an open source OS ? |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |
| My first PERL incarnation... Audio Oscillograph |