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