Delila Program: dehtml

dehtml program

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

{version = 1.00; (* of dehtml.p 1998 January 3}

(* begin module describe.dehtml *)
(*
name
   dehtml: remove html structures

synopsis
   dehtml(input: in; output: out)

files
   input:  a program having HTML tags
   output: the same program with HTML tags removed

description
   HTML tags are indicated by < and >.  All text between these and including
   them is removed.

see also
   decom.p

author
   Thomas Dana Schneider

bugs

technical notes

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


{created by htmlink 1.62}