From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Peter Westlake Newsgroups: gmane.emacs.help Subject: Re: PSGML questions Date: Tue, 25 May 2004 00:03:59 +0100 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <40AE805B.6010002@yahoo.com> <87ekpdxgzp.fsf@buug.org> <40B24000.3040804@yahoo.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1085440585 10559 80.91.224.253 (24 May 2004 23:16:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 May 2004 23:16:25 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 25 01:16:16 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BSOg4-0007eS-00 for ; Tue, 25 May 2004 01:16:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BSOc0-00086t-U6 for geh-help-gnu-emacs@m.gmane.org; Mon, 24 May 2004 19:12:04 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BSOUj-0006Ro-H1 for help-gnu-emacs@gnu.org; Mon, 24 May 2004 19:04:33 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BSOUB-0006K9-7C for help-gnu-emacs@gnu.org; Mon, 24 May 2004 19:04:31 -0400 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BSOUA-0006Jq-Ms for help-gnu-emacs@gnu.org; Mon, 24 May 2004 19:03:58 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BSOUA-0007k4-00 for ; Tue, 25 May 2004 01:03:58 +0200 Original-Received: from cpc3-cmbg4-5-0-cust51.cmbg.cable.ntl.com ([81.96.74.51]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 May 2004 01:03:57 +0200 Original-Received: from postmaster by cpc3-cmbg4-5-0-cust51.cmbg.cable.ntl.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 May 2004 01:03:57 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 20 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: cpc3-cmbg4-5-0-cust51.cmbg.cable.ntl.com User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:dW//jwkotqTaa9SmaCnYu7yZ3pE= X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:18709 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18709 Kevin Rodgers writes: > Ian Zimmerman wrote: > > Kevin> Also, are you editing SGML or XML? If you're editing XML, nxml > > Kevin> may be better: > > > > Why do you think so? Unicode? I type everything in ASCII + entities. > > And I always use DTDs not schemas. Any other possible advantage? > > Well, I was under the impression that PSGML was no longer being actively > maintained. Even after checking its project page > (http://sourceforge.net/projects/psgml/) and its home page > (http://www.lysator.liu.se/~lenst/about_psgml/), it's not clear what > it's status is. I get that impression too. I did look at nxml, but it only appears to be for schemas, not DTDs. I have data files in XML, which may contain non-ASCII characters, and which only have a DTD. Peter.