![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I have an asp file with css file. I would like to validate my asp file (to make sure I don't have open divs without </div>, etc...). Since it's a big file, I am searching for an automatic tool to validate the asp, not only the css. Where can I find such tool? |
#3
| |||
| |||
|
|
I have an asp file with css file. I would like to validate my asp file (to make sure I don't have open divs without </div>, etc...). |
#4
| |||
| |||
|
|
Gabriella wrote: I have an asp file with css file. I would like to validate my asp file (to make sure I don't have open divs without </div>, etc...). You cannot validate ASP. You can only run the ASP to generate output, which sounds like HTML given the context (ciwa.stylesheets isn't really the place for this) and validate that. You could write program code (in the programming language of your choice) that would give the ASP different input so as to produce different sets of output and then send that output to a validator. But there isn't any software out there (as far as I know) which will read your ASP and work out all possible output to find syntax errors in that output. It's impossible (isn't it?) I mean, I suppose that some ASP pages might |
#5
| |||
| |||
|
|
David Dorward wrote: Gabriella wrote: I have an asp file with css file. I would like to validate my asp file (to make sure I don't have open divs without </div>, etc...). You cannot validate ASP. You can only run the ASP to generate output, which sounds like HTML given the context (ciwa.stylesheets isn't really the place for this) and validate that. You could write program code (in the programming language of your choice) that would give the ASP different input so as to produce different sets of output and then send that output to a validator. But there isn't any software out there (as far as I know) which will read your ASP and work out all possible output to find syntax errors in that output. It's impossible (isn't it?) I mean, I suppose that some ASP pages might contain code for which the number of possible HTML outcomes was deterministic - but in the general case, any given ASP page could have an infinite variety of different outcomes. |
#6
| |||
| |||
|
|
I have an asp file with css file. I would like to validate my asp file (to make sure I don't have open divs without </div>, etc...). View the page in a (non-IE) browser. Save the page as some HTML file. |
#7
| |||
| |||
|
|
I have an asp file with css file. I would like to validate my asp file (to make sure I don't have open divs without </div>, etc...). |
|
View the page in a (non-IE) browser. Save the page as some HTML file. Validate that file. |
![]() |
| Thread Tools | |
| Display Modes | |
| |