Re: Processing instructions for style tweaks? (HTML validation)

Dave Foulser (foulser@zymurgy.boston.sgi.com)
Tue, 13 Dec 1994 11:48:46 -0500


|| I still think that servers should validate their documents prior to
|| transmitting them, thus relieving browsers of the burden [of course
|| some minimal error detection recover will still be necessary in the
|| browser, but not full validation capabilities.]
||
|| Regards,
|| Glenn Adams

I agree that servers should serve valid HTML, but disagree that they
should contain validation code. You only need to validate a piece of
HTML once, whereas you typically serve it many more times. Thus I'd
suggest a three-pronged approach:

1. validation tool for hand-written HTML
2. HTML editors with validation capabilities
3. correctly written HTML code generators for database filtering

In any case you can always run the output through (1) to make sure
it's OK before putting on the server.

Let's try to keep the server light weight, too.

Dave

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
David Foulser foulser@sgi.com
Silicon Graphics, Inc TEL 508/562-4800 x362
One Cabot Road FAX 508/562-4755
Hudson, MA 01749