From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Valid XHTML Date: Sun, 26 Oct 2008 23:04:05 +0100 Message-ID: <4904E955.8010404@gmx.de> References: <490B6274.8090507@gmx.de> <4904E4C6.4080404@gmx.de> Reply-To: sebastian_rose@gmx.de Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kw19y-0006qV-Vo for emacs-orgmode@gnu.org; Fri, 31 Oct 2008 17:03:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kw19u-0006mM-3T for emacs-orgmode@gnu.org; Fri, 31 Oct 2008 17:03:58 -0400 Received: from [199.232.76.173] (port=48088 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kw19t-0006m7-TO for emacs-orgmode@gnu.org; Fri, 31 Oct 2008 17:03:53 -0400 Received: from mail.gmx.net ([213.165.64.20]:40687) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Kw19t-00056X-MS for emacs-orgmode@gnu.org; Fri, 31 Oct 2008 17:03:54 -0400 In-Reply-To: <4904E4C6.4080404@gmx.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "[emacs-orgmode]" I Hope this is the rest of all possible errors :-) index.html:583: element p: validity error : Element pre is not declared in p list of possible children index.html:583: element p: validity error : Element pre is not declared in p list of possible children index.html:826: element p: validity error : Element hr is not declared in p list of possible children index.html:1406: element p: validity error : Element u is not declared in p list of possible children index.html:1407: element u: validity error : No declaration for element u index.html:1448: element p: validity error : Element pre is not declared in p list of possible children index.html:1458: element p: validity error : Element pre is not declared in p list of possible children index.html:1756: element p: validity error : Element pre is not declared in p list of possible children index.html:1761: element p: validity error : Element pre is not declared in p list of possible children Document index.html does not validate against http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd Means:
 is not allowed inside 

and there is no element in xhtml1-strict. Oha - never heard that, but it's true. I scanned http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd Sebastian