Module Pl_HTML_Element


module Pl_HTML_Element: sig .. end
Wrapper around Perl HTML::Element class.

Copyright (C) 2003 Merjis Ltd.

$Id: pl_HTML_Element.ml,v 1.4 2003/10/16 13:41:07 rich Exp $



type 'a content_t =
| Element of 'a
| String of string
class html_element : Perl.sv -> object .. end
val new_ : string -> (string * string) list -> html_element