KAL

DTD for a Mail Document

This is real bona fide, SGML:

<!doctype EMail [ 
<!element EMail		- o (sender, receiver,contents)>
<!element sender	o o (person) >
<!element receiver      o o (person)+ > 
<!element person	o o (distributionlist) | (firstname, middlename?, lastname )>
<!element (firstname,
	   middlename,
	   lastname)	o o (#PCDATA)>
<!element  distributionlist

o o (#PCDATA)> <!element contents o o (#PCDATA)> ]>

And you thought the marked up document was ugly!


Send questions and comments to: Karen Lemone

What do these buttons mean?