From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Q: How do You Indent to same level as last instance of a givenchar? Date: Sat, 10 May 2008 09:51:29 -0700 Message-ID: <000901c8b2be$17f67fa0$0200a8c0@us.oracle.com> References: <878wyj6653.fsf@localhost.localdomain><874p97659z.fsf@localhost.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1210438353 31953 80.91.229.12 (10 May 2008 16:52:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 10 May 2008 16:52:33 +0000 (UTC) To: "'Richard G Riley'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat May 10 18:53:09 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JusJo-0001wS-Qd for geh-help-gnu-emacs@m.gmane.org; Sat, 10 May 2008 18:53:09 +0200 Original-Received: from localhost ([127.0.0.1]:35230 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JusJ5-00013v-T0 for geh-help-gnu-emacs@m.gmane.org; Sat, 10 May 2008 12:52:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JusIi-00012z-M4 for help-gnu-emacs@gnu.org; Sat, 10 May 2008 12:52:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JusIf-000100-74 for help-gnu-emacs@gnu.org; Sat, 10 May 2008 12:51:59 -0400 Original-Received: from [199.232.76.173] (port=57302 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JusIf-0000zh-0j for help-gnu-emacs@gnu.org; Sat, 10 May 2008 12:51:57 -0400 Original-Received: from agminet01.oracle.com ([141.146.126.228]:52420) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JusIe-0002vN-94 for help-gnu-emacs@gnu.org; Sat, 10 May 2008 12:51:56 -0400 Original-Received: from agmgw2.us.oracle.com (agmgw2.us.oracle.com [152.68.180.213]) by agminet01.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id m4AGpfIi013624; Sat, 10 May 2008 11:51:41 -0500 Original-Received: from acsmt351.oracle.com (acsmt351.oracle.com [141.146.40.151]) by agmgw2.us.oracle.com (Switch-3.2.0/Switch-3.2.0) with ESMTP id m4AAs0DL011698; Sat, 10 May 2008 10:51:40 -0600 Original-Received: from inet-141-146-46-1.oracle.com by acsmt351.oracle.com with ESMTP id 3669836731210438289; Sat, 10 May 2008 09:51:29 -0700 Original-Received: from dradamslap1 (/24.5.171.3) by bhmail.oracle.com (Oracle Beehive Gateway v4.0) with ESMTP ; Sat, 10 May 2008 09:51:29 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Thread-Index: AciytFbKJgSYVR1jR0yRffhEHIE0dgABvAkw X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:53868 Archived-At: > nxhtml only works on xhtml, xhtml doesn't work on the net (i.e. not > supported by IE6-7, no partial render in FF2). > > I need a good HTML4.01 which works with php code. Hi Richard. I'm no expert on this, and I'm not trying to distort or ignore your requirement - only you know what you need. But FWIW, I use IE6 with XHTML all the time, and I have colleagues who use IE7 and FF2. Also, all of Oracle's online doc is XHTML, and I expect that other publishing streams have moved to it as well, because of its ease of generation from XML, ease of validation and transformation, and so on. It's true that HTML's error handling rules are more graceful (tolerant), and I can see how that could be an important consideration. You have probably already looked into this more deeply than I have, but just in case it helps, here is a pretty good comparison of XHTML and HTML 4.01: http://www.w3.org/TR/xhtml1/#diffs. Wikipedia also has a good article on XHTML, with some discussion of the relationship between the two: http://en.wikipedia.org/wiki/XHTML#Relationship_to_HTML. A comparision wrt the latest HTML spec (5) is here: http://wiki.whatwg.org/wiki/HTML_vs._XHTML. The XHTML spec's subtitle is "a reformulation of HTML 4 in XML 1.0". But that of course doesn't imply anything about particular browser support or how well XHTML plays with PHP. Anyway, HTH.