all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Karl Eichwalder <ke@gnu.franken.de>
Cc: "Stefan Monnier" <monnier+gnu/emacs@RUM.cs.yale.edu>,
	Mike Williams <mdub@bigfoot.com>,
	emacs-devel@gnu.org, Sam Steingold <sds@gnu.org>,
	Eli Zaretskii <eliz@is.elta.co.il>
Subject: Re: xml-lite.el
Date: Sat, 09 Mar 2002 11:30:15 +0100	[thread overview]
Message-ID: <sh7kom2fuw.fsf@tux.gnu.franken.de> (raw)
In-Reply-To: <87pu2e4tzt.fsf@gmx.net> (Felix Natter's message of "08 Mar 2002 22:41:58 +0100")

Felix Natter <fnatter@gmx.net> 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 '<!DOCTYPE _:d-2. [ <!ELEMENT _:d-2. (#PCDATA)> ]><_:d-2.>x</_:d-2.>'
} | onsgmls -wxml
onsgmls:<OSFD>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


  reply	other threads:[~2002-03-09 10:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87lmd42p1r.fsf@gmx.net>
     [not found] ` <200203072345.g27NjKh17379@rum.cs.yale.edu>
2002-03-08 21:41   ` xml-lite.el Felix Natter
2002-03-09 10:30     ` Karl Eichwalder [this message]
2002-03-09 16:24       ` xml-lite.el Felix Natter
2002-03-09 16:49         ` xml-lite.el Karl Eichwalder
2002-03-09 10:49     ` xml-lite.el Mike Williams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=sh7kom2fuw.fsf@tux.gnu.franken.de \
    --to=ke@gnu.franken.de \
    --cc=eliz@is.elta.co.il \
    --cc=emacs-devel@gnu.org \
    --cc=keichwa@gmx.net \
    --cc=mdub@bigfoot.com \
    --cc=monnier+gnu/emacs@RUM.cs.yale.edu \
    --cc=sds@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.