SCM Repository
View of /sml/trunk/src/smlnj-lib/HTML/html-attr-vals.sml
Parent Directory
|
Revision Log
Revision 2 -
(download)
(annotate)
Sat Oct 4 23:33:09 1997 UTC (22 years, 2 months ago) by monnier
File size: 509 byte(s)
Sat Oct 4 23:33:09 1997 UTC (22 years, 2 months ago) by monnier
File size: 509 byte(s)
Initial revision
(* html-attr-vals.sml * * COPYRIGHT (c) 1996 AT&T Research. * * This structure is necessary since the attrs type is used in the parser, * and there is no way to get it into the parser's signature. *) structure HTMLAttrVals = struct (* support for building elements that have attributes *) datatype attr_val = NAME of string (* [a-zA-Z.-]+ *) | STRING of string (* a string enclosed in "" or '' *) | IMPLICIT type attrs = (string * attr_val) list end;
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |