bmsterling schrieb: > That is what I meant as far as formatting goes, it should check for unclosed > tags, correct tree structure, stuff like that.
Thats very useful indeed. In my old company we had automatic validation for HTML. In the development instance (we used JSP/Tomcat) every request was routed to the HTML validator and if the result was invalid HTML, a warning was injected into the page, staying on top in the upper left corner... I'd love to see that ported to Rails. Maybe there's already something like this? Since a while the W3C validation service also offers an API for such markup validation: http://validator.w3.org/docs/api.html -- Klaus _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
