' to be valid for XHTML? I am trying to make the BEA Portal XHTML site co...">

Is it possible to closely link BEA Portal 9.2 and meta tags with '/ ">' to be valid for XHTML?

I am trying to make the BEA Portal XHTML site compliant because it was written in the contract with the client and I am stuck with this problem: BEA displays tags <meta>

and <link>

without closing the slash, i.e. <link/>

and <meta/>

how XHTML is required.

When I look at the documentation from BEA it seems that it is possible to make them display tags with a closing slash: The skin.properties file (edocs.bea.com) .

Can redering be changed using config directive? Or maybe hook into a basic redering method so I can fix it?

+1


source to share


2 answers


Try a tag rewrite filter implemented either as a reverse proxy rewrite rule or as a filter servlet. I would not suggest looking for the answer in the portal itself ...



+1


source


For software that doesn't use an XML serializer, XHTML is meaningless (see many other SO questions about XHTML).



If you want to make the page more standards compliant, I suggest targeting HTML4.01 Strict or HTML5 (with CSS for layout, of course this is not XHTML specific).

+1


source







All Articles