From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Karl Eichwalder Newsgroups: gmane.emacs.devel Subject: Re: xml-lite.el Date: Sat, 09 Mar 2002 11:30:15 +0100 Message-ID: References: <87lmd42p1r.fsf@gmx.net> <200203072345.g27NjKh17379@rum.cs.yale.edu> <87pu2e4tzt.fsf@gmx.net> Reply-To: Karl Eichwalder NNTP-Posting-Host: quimby.gnus.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: quimby.gnus.org 1015670046 3929 80.91.224.244 (9 Mar 2002 10:34:06 GMT) X-Complaints-To: usenet@quimby.gnus.org NNTP-Posting-Date: 9 Mar 2002 10:34:06 GMT Cc: "Stefan Monnier" , Mike Williams , emacs-devel@gnu.org, Sam Steingold , Eli Zaretskii Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16jeAv-00011H-00 for ; Sat, 09 Mar 2002 11:34:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16je9y-0006Tf-00; Sat, 09 Mar 2002 05:33:06 -0500 Original-Received: from dns.franken.de ([193.175.24.33] helo=elvis.franken.de) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16je99-0006Cs-00; Sat, 09 Mar 2002 05:32:15 -0500 Original-Received: from uucp by elvis.franken.de with local-rmail (Exim 3.22 #1) id 16je91-0000rM-00; Sat, 09 Mar 2002 11:32:07 +0100 Original-Received: by tux.gnu.franken.de (Postfix, from userid 270) id 56392A4453; Sat, 9 Mar 2002 10:30:15 +0000 (UTC) Original-To: Felix Natter In-Reply-To: <87pu2e4tzt.fsf@gmx.net> (Felix Natter's message of "08 Mar 2002 22:41:58 +0100") Original-Lines: 33 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i686-pc-linux-gnu) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: quimby.gnus.org gmane.emacs.devel:1818 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1818 Felix Natter writes: > Which characters are allowed at the beginning of a (normal) tag, and > which characters are allowed for the following characters ? For XML? Please, check the XML Standard at www.w3.org; IIRC, Unicode characters are even allowed for tag names. You can issue the following command if you want to know whether "_:d-2" is allowed as an element name: { cat /usr/share/sgml/openjade/xml.dcl echo ' ]><_:d-2.>x' } | onsgmls -wxml onsgmls:0:1:W: SGML declaration was not implied (_:d-2. -x )_:d-2. C The warning isn't fatal. As you can see allowed names depend on the SGML/XML declaration in use. > That's why I suggest to tell users who need this to use html-helper-mode > (http://www.gest.unipd.it/~saint/hth.html) instead. Others are happy with psgml plus xxml.el (plus some self written macros). -- ke@suse.de (work) / keichwa@gmx.net (home): | http://www.suse.de/~ke/ | ,__o Free Translation Project: | _-\_<, http://www.iro.umontreal.ca/contrib/po/HTML/ | (*)/'(*) _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel