From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thomas Haselberger Newsgroups: gmane.emacs.help Subject: Re: PSGML questions Date: Tue, 25 May 2004 11:00:11 +0200 Organization: UTA Telekom AG (Customer) 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 1085476087 9265 80.91.224.253 (25 May 2004 09:08:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 May 2004 09:08:07 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 25 11:08:00 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 1BSXuh-0006bd-00 for ; Tue, 25 May 2004 11:08:00 +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 1BSXno-0001VG-EU for geh-help-gnu-emacs@m.gmane.org; Tue, 25 May 2004 05:00:52 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.stueberl.de!newsfeed.utanet.at!newsspool.utanet.at!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: 212.152.175.178 Original-X-Trace: newsreader1.utanet.at 1085475612 19383 212.152.175.178 (25 May 2004 09:00:12 GMT) Original-X-Complaints-To: abuse@uta.at Original-NNTP-Posting-Date: 25 May 2004 09:00:12 GMT User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (windows-nt) Cancel-Lock: sha1:H7QYnfCZOGrQ2zfYe2qB3lzwWu4= Original-Xref: shelby.stanford.edu gnu.emacs.help:123423 Original-To: help-gnu-emacs@gnu.org 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:18722 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18722 Kai Grossjohann writes: > Peter Westlake writes: > >> 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. > > I guess that there is surely a tool which automatically converts a > DTD into an equivalent RelaxNG schema. > > Kai I used http://www.thaiopensource.com/relaxng/trang.html for that task - it worked fine for me. tom