[template_list] HTML Validation

2009-02-24 Thread Thomas Feldman
Hi, When i try to validate a HTML page rendered by jahia, it is full of errors. I take an example : sometimes, link tags are not closed by a /link. It is important for my application that the html is valid. My question is how can I access such tags that are not in the template definition

Re: [template_list] HTML Validation

2009-02-24 Thread Sergiy Shyrkov
Hello Thomas, we are working hard on delivering WAI-compliant HTML code by detecting all the sources of the generated content in the final template. The generated content comes from different sources: JSP tags, Jahia content, template code, 3-rd party extensions etc. Ensuring overall

Re: [template_list] HTML Validation

2009-02-24 Thread Thomas Feldman
Hi sergiy, I am aware that you are developing Jahia so that it fits the HTML constraints. But for my project, I need to have something working as soon as possible. SO, apart from the fact that I can help you issuing html bugs, how can I access to the bugging code in jahia (for example, where

Re: [template_list] HTML Validation

2009-02-24 Thread Clément Egger
Hi Thomas, The community source code is available online http://www.jahia.org/cms/home/download/svn so if you want to correct some tags to improve XHTML compliance on your own version, you can do it. The tags used in templates are all located in the maven module 'taglib'

Re: [template_list] On line page

2009-02-24 Thread Benjamin Papez
Hello Thomas, is there any error/warning logging in the console, when you access the page in LIVE mode ? Regards, Benjamin ___ template_list mailing list template_list@jahia.org http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list