Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 2443 invoked from network); 6 Aug 2008 06:22:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Aug 2008 06:22:03 -0000 Received: (qmail 36998 invoked by uid 500); 6 Aug 2008 06:21:59 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 36591 invoked by uid 500); 6 Aug 2008 06:21:58 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 36580 invoked by uid 99); 6 Aug 2008 06:21:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Aug 2008 23:21:58 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [192.109.42.8] (HELO einhorn.in-berlin.de) (192.109.42.8) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Aug 2008 06:21:00 +0000 X-Envelope-From: bubi@charmides.in-berlin.de X-Envelope-To: Received: from [192.168.2.21] (p57BB6981.dip.t-dialin.net [87.187.105.129]) (authenticated bits=0) by einhorn.in-berlin.de (8.13.6/8.13.6/Debian-1) with ESMTP id m766L5aL016220 for ; Wed, 6 Aug 2008 08:21:05 +0200 Message-Id: <8667260B-F36C-4CE9-9DEF-A9FC2AE5F122@charmides.in-berlin.de> From: Burghard Britzke To: "MyFaces Discussion" In-Reply-To: <18843548.post@talk.nabble.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v928.1) Subject: Re: trinidad xhtml compliance Date: Wed, 6 Aug 2008 08:21:04 +0200 References: <18843548.post@talk.nabble.com> X-Mailer: Apple Mail (2.928.1) X-Scanned-By: MIMEDefang_at_IN-Berlin_e.V. on 192.109.42.8 X-Virus-Checked: Checked by ClamAV on apache.org use to force xhtml content type, to be rendered. but be aware of the issues matthias mentioned. https://issues.apache.org/jira/browse/TRINIDAD-1152 https://issues.apache.org/jira/browse/TRINIDAD-1139 https://issues.apache.org/jira/browse/TRINIDAD-818 you probably want to vote for it to get it done. perhaps you want to fix it. sincerely, burghard. Am 06.08.2008 um 05:11 schrieb Ray Clough: > > Am I correct that Trinidad does not output, and cannot be forced to > output > valid xhtml? I am using Trinidad 1.2.8 with Facelets. Using the > tr:document tag with mode="strict" still only outputs HTML 4, with a > strict > mode html 4 dtd. The same is true trying trh:html. The doctype is > not > xhtml, and the meta and link tags are not closed. There are > probably other > deviations from xhtml, but these are the ones I've noticed first. > > Thanks, > Ray Clough > ray@allthisisthat.com > > -- > View this message in context: http://www.nabble.com/trinidad-xhtml-compliance-tp18843548p18843548.html > Sent from the MyFaces - Users mailing list archive at Nabble.com. >