Delila Program: protecthtml

protecthtml program

Documentation for the protecthtml program is below, with links to related programs in the "see also" section.

{version = 1.00; (* of protecthtml.p 1999 July 22}

(* begin module describe.protecthtml *)
(*
name
   protecthtml: protect html file containing less than and greater than

synopsis
   protecthtml(input: in, output: out)

files
   input:  a piece of text containing "<" or ">" that is
      intended to be html.

   bfile:

   output: the same text as input but protected

description
   The lister program describe module contains an example with "<" and ">"
   that gets interpreted even under the protection of the html PRE, wrecking
   the example on the web page.  This program protects the page by using the
   anpersand.

examples

documentation

see also
   lister.p

author
   Thomas Dana Schneider

bugs

technical notes

*)
(* end module describe.protecthtml *)
{This manual page was created by makman 1.45}


{created by htmlink 1.62}