HTML Kit site requirements.

HTML editor / FAQ
HomeHTML-Kit downloadsAdd-ins that update and extend HTML-Kit's capabilitiesSoftware and authoring support channelsRegister -- download add-ons and support HTML-KitOnline tools for HTML-Kit users
  Translations of this page: in het Nederlands
 
 

How can I validate dynamic HTML pages produced by ASP, JSP, Perl, PHP and other server-side scripts?

 Validate Dynamic Pages
HTML and XHTML documents can be checked for errors using HTML Tidy. However, HTML Tidy is most effective on static documents, and may not be able to process documents that use server-side scripting for generating tags. This is due to the fact that documents generated using server-side scripting (ASP, JSP, PHP, server-side includes, etc.), only produce the final document after running the script through the web server.
 
HTML-Kit makes it possible to check dynamically generated documents using HTML Tidy by allowing the document to be run through a web server. Select "Tools | Open New Browser Window | Open New Browser Window" from HTML-Kit's main menu, enter the web page address of the dynamically generated document in the Address field, and press the "Enter" key. Once the page is loaded, click the menu icon on the top right corner, and select "Validate Source" to check the final document with the dynamically generated HTML code.