What is the way with Trinidad to generate valid strict XTHML?
I've tried

<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"; version="2.0"
   xmlns="http://www.w3.org/1999/xhtml";
   xmlns:f="http://java.sun.com/jsf/core";
   xmlns:tr="http://myfaces.apache.org/trinidad";
   xmlns:trh="http://myfaces.apache.org/trinidad/html";>
   <jsp:directive.page contentType="application/xhtml+xml;charset=utf-8" />
   <f:view>
       <tr:document

and it produces pages with many non working links? I've used latest build
after refactoring.

Thanks,
--MG

Reply via email to