From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Valid XHTML Date: Sun, 26 Oct 2008 22:44:38 +0100 Message-ID: <4904E4C6.4080404@gmx.de> References: <490B6274.8090507@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 1Kw0r8-0007Uy-OY for emacs-orgmode@gnu.org; Fri, 31 Oct 2008 16:44:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kw0r4-0007US-CH for emacs-orgmode@gnu.org; Fri, 31 Oct 2008 16:44:29 -0400 Received: from [199.232.76.173] (port=52572 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kw0r4-0007UP-6d for emacs-orgmode@gnu.org; Fri, 31 Oct 2008 16:44:26 -0400 Received: from mail.gmx.net ([213.165.64.20]:50311) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Kw0r3-00021P-VE for emacs-orgmode@gnu.org; Fri, 31 Oct 2008 16:44:26 -0400 In-Reply-To: <490B6274.8090507@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]" The entities errors go away, if the rest of the file is valid. Sebastian Rose wrote: > Last but not least, a general question: > > * Problem with xmllint: > > Not defined entities: > > - … > - — > - mayby more > > Not shure, how to fix this. > > http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd > already includes these: > > http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent > http://www.w3.org/TR/xhtml1/DTD/xhtml-symbol.ent > http://www.w3.org/TR/xhtml1/DTD/xhtml-special.ent > > > But: > > xmllint --dtdvalid http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd > index.html > > gives me lots of errors for not defined enities. But one more: To be valid, this link here: x.php?a=b&c=d should be: x.php?a=b&c=d ^ ^ urlencoded--------' entities--' Regards, Sebastian