Re: ASP Validation?

On Mon, Jan 08, 2007 at 09:19:19PM -0000, Damien Wilson wrote:
>    I've been using your validation service for around 12 months now and
>    find it very useful for validating html. I have recently moved on to
>    ASP programming and wondered if it were possible to validate such
>    documents. As far as I can tell, my document should validate as XHTML
>    Strict but really am not to sure where I stand on ASP tags.

An ASP page is a piece of software that, when run, outputs some data
(which usually takes the form of an HTML document). You can validate
the resulting HTML, you can't validate the source code to the
software.

-- 
David Dorward                                      http://dorward.me.uk

Received on Tuesday, 9 January 2007 09:52:34 UTC