Dynamic Validator?

Well, i was just doing my site over in CSS and made it semi valid
(This Page Tentatively Validates As XHTML 1.0 Transitional
(Tentatively Valid)!) when i thought, i want every page to be valid.
and this got me thinking about having to alter the link for every
page. So! what i was thinking is that you make a page, be it php that
returns XML or whatever, but it rerurns a general result of the
validation to the page that called it. (bool: true or false?) and than
the site could generate that banner on every page that outcomes a
valid result! this way a site could use a function on every page that
will display the banner if the page validates!

hope you take this into concideration!

Received on Thursday, 19 May 2005 23:29:04 UTC