"<foo>"
"<foo/"
"<>"
"|"
""
The following are some of the possible end tags in SGML (the
second-last one, again, is a shortref):
"</foo>"
"/"
"</>"
"|"
""
In XML, start tags with no attributes look like "<foo>" and end tags
with no attributes look like "</foo>". That saves a chapter or so
from every XML text, a month or so from each parser-writer's calendar,
a few days from each intro to XML course, etc. etc.
Of course, any good pedant will point out that "<foo >" (with trailing
whitespace)is a sort-of variant in XML, and that XML does provide what
might be called variant or redundant features (such as the choice of
"'" or '"' as literal delimiters, and pre-declared entities like
"&" where "&" would serve as well).
All the best,
David
-- David Megginson ak117@freenet.carleton.ca Microstar Software Ltd. dmeggins@microstar.com http://home.sprynet.com/sprynet/dmeggins/