From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Felix Natter Newsgroups: gmane.emacs.devel Subject: Re: xml-lite.el Date: 09 Mar 2002 17:24:05 +0100 Message-ID: <87y9h1g15m.fsf@gmx.net> References: <87lmd42p1r.fsf@gmx.net> <200203072345.g27NjKh17379@rum.cs.yale.edu> <87pu2e4tzt.fsf@gmx.net> NNTP-Posting-Host: quimby.gnus.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: quimby.gnus.org 1015691120 17029 80.91.224.244 (9 Mar 2002 16:25:20 GMT) X-Complaints-To: usenet@quimby.gnus.org NNTP-Posting-Date: 9 Mar 2002 16:25:20 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 16jjep-0004QZ-00 for ; Sat, 09 Mar 2002 17:25:19 +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 16jjdg-0008Fg-00; Sat, 09 Mar 2002 11:24:08 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 16jjdA-0008ET-00 for ; Sat, 09 Mar 2002 11:23:36 -0500 Original-Received: (qmail 765 invoked by uid 0); 9 Mar 2002 16:23:34 -0000 Original-Received: from p3ee1e78f.dip.t-dialin.net (HELO couchpotato) (62.225.231.143) by mail.gmx.net (mp004-rz3) with SMTP; 9 Mar 2002 16:23:34 -0000 Original-To: Karl Eichwalder In-Reply-To: Original-Lines: 37 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 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:1825 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1825 Karl Eichwalder writes: > 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. Sorry, we are in the process of modifying xml-lite.el so that it works with _SGML_, so I was asking about SGML. > > 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). Yes, but psgml doesn't support things like , jsp and asp. -- Felix Natter _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel