Forget SML. We need RTSML.

Gavin Thomas Nicol gtn at ebt.com
Sat Nov 27 23:38:29 GMT 1999


> 	document ::= StartTag Stuff EndTag
> 	StartTag ::= ‘<’ Tag ‘>’
> 	EndTag   ::= ‘</’ Tag ‘>’
> 	Tag      ::= [0-'~']+
> 	Stuff    ::= [0-'~']*
>
> We expect RTSML 1.0 to be a WFeCes Recommendation on April 1,
> 1999 or day after tomorrow (whichever comes first).

This is close to what Rick was talking about. A truly minimal
language:

   content = (char | element)*
   element = '<' [a-zA-Z_]+ '>' content '</' [a-zA-Z_]+ '>'
   char    = [^<]

though "char" would probably be all ASCII characters above
character code 31, minus the less-than sign.







xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo at ic.ac.uk the following message;
unsubscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)





More information about the Xml-dev mailing list