Discussion:
HTML Validation
Thomas Feldman
2009-02-23 13:42:46 UTC
Permalink
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
(the above example of link is not found in a template...It must be
generated by an engine or so...)



Thanks for your help.



Thomas Feldman
Chef de projet technique -Technical Project Manager
____________________________________________________________

Duke - A Razorfish Company
86-90, rue Notre Dame de Nazareth
75003 Paris - France
T : +33 (0)1 53 44 17 19

mailto:***@duke-interactive.com
<mailto:***@duke-interactive.com>
http://www.duke-interactive.com <http://www.duke-interactive.com>
____________________________________________________________

If emails save time, not printing them saves trees
Sergiy Shyrkov
2009-02-24 12:51:58 UTC
Permalink
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 compliance
is the final goal.
You can help us detect such problems by creating a JIRA ticket in our
issue tracking system (http://jira.jahia.org/) and we will address
reported issues with the next community release.

Thank you in advance for helping us improve Jahia!

Kind regards
Sergiy
Post by 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
(the above example of link is not found in a template…It must be
generated by an engine or so…)
Thanks for your help.
*Thomas Feldman
*Chef de projet technique -Technical Project Manager
____________________________________________________________
*Duke - A Razorfish Company*
86-90, rue Notre Dame de Nazareth
75003 Paris - France
T : +33 (0)1 53 44 17 19
http://www.duke-interactive.com
____________________________________________________________
If emails save time, not printing them saves trees
------------------------------------------------------------------------
_______________________________________________
template_list mailing list
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list
Thomas Feldman
2009-02-24 14:44:32 UTC
Permalink
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 in Jahia exists the part that says that link has to be HTML written as <link> ... <link/>. It's not a template issue, so it must be in the code...

Can you help me?


-----Message d'origine-----
De : template_list-***@jahia.org [mailto:template_list-***@jahia.org] De la part de Sergiy Shyrkov
Envoyé : mardi 24 février 2009 13:52
À : ***@jahia.org
Objet : Re: [template_list] HTML Validation

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 compliance
is the final goal.
You can help us detect such problems by creating a JIRA ticket in our
issue tracking system (http://jira.jahia.org/) and we will address
reported issues with the next community release.

Thank you in advance for helping us improve Jahia!

Kind regards
Sergiy
Post by 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
(the above example of link is not found in a template...It must be
generated by an engine or so...)
Thanks for your help.
*Thomas Feldman
*Chef de projet technique -Technical Project Manager
____________________________________________________________
*Duke - A Razorfish Company*
86-90, rue Notre Dame de Nazareth
75003 Paris - France
T : +33 (0)1 53 44 17 19
http://www.duke-interactive.com
____________________________________________________________
If emails save time, not printing them saves trees
------------------------------------------------------------------------
_______________________________________________
template_list mailing list
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list
Clément Egger
2009-02-24 16:37:40 UTC
Permalink
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'

http://subversion.jahia.org/svn/jahia/trunk/taglib/src/main/java/org/jahia/t
aglibs/template/

and I think the ones that interest you the most are mostly fields classes

http://subversion.jahia.org/svn/jahia/trunk/taglib/src/main/java/org/jahia/t
aglibs/template/field/




-----Message d'origine-----
De : template_list-***@jahia.org
[mailto:template_list-***@jahia.org] De la part de Thomas Feldman
Envoyé : mardi 24 février 2009 15:45
À : Any questions regarding template development and/or about the taglibs
extension
Objet : Re: [template_list] HTML Validation

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 in Jahia
exists the part that says that link has to be HTML written as <link> ...
<link/>. It's not a template issue, so it must be in the code...

Can you help me?


-----Message d'origine-----
De : template_list-***@jahia.org
[mailto:template_list-***@jahia.org] De la part de Sergiy Shyrkov
Envoyé : mardi 24 février 2009 13:52
À : ***@jahia.org
Objet : Re: [template_list] HTML Validation

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 compliance
is the final goal.
You can help us detect such problems by creating a JIRA ticket in our
issue tracking system (http://jira.jahia.org/) and we will address
reported issues with the next community release.

Thank you in advance for helping us improve Jahia!

Kind regards
Sergiy
Post by 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
(the above example of link is not found in a template...It must be
generated by an engine or so...)
Thanks for your help.
*Thomas Feldman
*Chef de projet technique -Technical Project Manager
____________________________________________________________
*Duke - A Razorfish Company*
86-90, rue Notre Dame de Nazareth
75003 Paris - France
T : +33 (0)1 53 44 17 19
http://www.duke-interactive.com
____________________________________________________________
If emails save time, not printing them saves trees
------------------------------------------------------------------------
_______________________________________________
template_list mailing list
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list
_______________________________________________
template_list mailing list
***@jahia.org
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list
_______________________________________________
template_list mailing list
***@jahia.org
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list
No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.0.237 / Virus Database: 270.10.25/1957 - Release Date: 02/23/09
18:22:00
Thomas Feldman
2009-03-02 10:41:51 UTC
Permalink
Hi, downloaded the svn project....
Where can I find information about how to make the project, code and debug...I need some help to do my first steps...thank you


Thomas Feldman
Chef de projet technique -Technical Project Manager
____________________________________________________________
Duke - A Razorfish Company
86-90, rue Notre Dame de Nazareth
75003 Paris - France
T : +33 (0)1 53 44 17 19
mailto:***@duke-interactive.com
http://www.duke-interactive.com
____________________________________________________________
If emails save time, not printing them saves trees

-----Message d'origine-----
De : template_list-***@jahia.org [mailto:template_list-***@jahia.org] De la part de Clément Egger
Envoyé : mardi 24 février 2009 17:38
À : ***@jahia.org
Objet : Re: [template_list] HTML Validation

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'

http://subversion.jahia.org/svn/jahia/trunk/taglib/src/main/java/org/jahia/t
aglibs/template/

and I think the ones that interest you the most are mostly fields classes

http://subversion.jahia.org/svn/jahia/trunk/taglib/src/main/java/org/jahia/t
aglibs/template/field/




-----Message d'origine-----
De : template_list-***@jahia.org
[mailto:template_list-***@jahia.org] De la part de Thomas Feldman
Envoyé : mardi 24 février 2009 15:45
À : Any questions regarding template development and/or about the taglibs
extension
Objet : Re: [template_list] HTML Validation

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 in Jahia
exists the part that says that link has to be HTML written as <link> ...
<link/>. It's not a template issue, so it must be in the code...

Can you help me?


-----Message d'origine-----
De : template_list-***@jahia.org
[mailto:template_list-***@jahia.org] De la part de Sergiy Shyrkov
Envoyé : mardi 24 février 2009 13:52
À : ***@jahia.org
Objet : Re: [template_list] HTML Validation

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 compliance
is the final goal.
You can help us detect such problems by creating a JIRA ticket in our
issue tracking system (http://jira.jahia.org/) and we will address
reported issues with the next community release.

Thank you in advance for helping us improve Jahia!

Kind regards
Sergiy
Post by 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
(the above example of link is not found in a template...It must be
generated by an engine or so...)
Thanks for your help.
*Thomas Feldman
*Chef de projet technique -Technical Project Manager
____________________________________________________________
*Duke - A Razorfish Company*
86-90, rue Notre Dame de Nazareth
75003 Paris - France
T : +33 (0)1 53 44 17 19
http://www.duke-interactive.com
____________________________________________________________
If emails save time, not printing them saves trees
------------------------------------------------------------------------
_______________________________________________
template_list mailing list
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list
_______________________________________________
template_list mailing list
***@jahia.org
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list
_______________________________________________
template_list mailing list
***@jahia.org
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list
No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.0.237 / Virus Database: 270.10.25/1957 - Release Date: 02/23/09
18:22:00
Benjamin Papez
2009-03-02 12:25:39 UTC
Permalink
_______________________________________________
template_list mailing list
***@jahia.org
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list

Loading...