- From: Jon Bosak <bosak@atlantic-83.Eng.Sun.COM>
- Date: Wed, 11 Sep 1996 16:43:27 -0700
- To: tbray@textuality.com
- CC: w3c-sgml-wg@w3.org
| >On the other hand -- there are one or two uses of SHORTTAG that I don't | >think complicate parsing all that much, and might be retained: | > - empty end-tags | | Please, no; these save a tiny number of bytes, make it harder for | both humans and computers to understand, and for people who don't | already know SGML, have to be explained. Also, on purely CS-theory | grounds, they push an XML parser over the edge from a pure automaton | to something that has to keep a stack. And, to bring it down to the level that I'm used to working at, they push a desperate human from a fix that can be accomplished in time to meet a deadline with a five-line perl hack to one that can't. Jon
Received on Wednesday, 11 September 1996 19:45:31 UTC