I'm trying to make a BEA Portal website XHTML compliant, because this has been written in the contract with the client, and I'm stuck on this problem: BEA renders <meta>
and <link>
tags without the closing slash, i.e. <link/>
and <meta/>
as it is required by XHTML.
When I look at the documentation from BEA it seems that it should be possible to make it render the tags with a closing slash: The skin.properties file (edocs.bea.com).
Is it possible to change the redering with a configuration directive? Or perhaps, to hook into the underlying redering method so that I can fix it?