That's right,
but how can I validate the whole *.aspx file as is (and so what about *.asmx
file / web-service file , which is always on the server, and doesn't take
place of creating page to the client ) ?
Thanks :)
"Martin Honnen" <Ma***********@t-online.de> wrote in message
news:u$**************@tk2msftngp13.phx.gbl...
Mr. x wrote:
Hello,
I know about the validator on : http://validator.w3.org
, which can validate html pages.
I just new to this validator.
How can I validate (if it can be - by this validator) aspx pages, and
asmx pages ?
Well the validator has an interface to enter a URL so enter
http://www.yourserver.tld/yourdir/yourpage.aspx
and it will validate the HTML your .aspx page creates. Make sure your
page includes a DOCTYPE declaration of the document type against you
want to validate.
--
Martin Honnen
http://JavaScript.FAQTs.com/