From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: chrisl_ak@hotmail.com (Chris) Newsgroups: gmane.emacs.help Subject: Re: Font locking in PSGML mode Date: 14 Mar 2003 16:00:46 -0800 Organization: http://groups.google.com/ Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <3E6F682A.1070000@ihs.com> <3E70CD9E.5080605@ihs.com> NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1047687275 14310 80.91.224.249 (15 Mar 2003 00:14:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 15 Mar 2003 00:14:35 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 15 01:14:34 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18tzJq-0003id-00 for ; Sat, 15 Mar 2003 01:14:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18tzGN-0007wM-02 for gnu-help-gnu-emacs@m.gmane.org; Fri, 14 Mar 2003 19:10:59 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: 137.229.21.91 Original-X-Trace: posting.google.com 1047686453 14749 127.0.0.1 (15 Mar 2003 00:00:53 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 15 Mar 2003 00:00:53 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:111114 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:7615 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7615 Kevin Rodgers wrote in message news:<3E70CD9E.5080605@ihs.com>... > chris wrote: > > > On Wed, 12 Mar 2003 10:02:34 -0700, > > Kevin Rodgers spake thusly: > > > >>1. How do you parse the DTD? > >> > > > > I've been doing it manually, but I am off to try your code right now... > > Via the DTD -> Parse DTD menu bar (or the C-c C-p key binding), or the > DTD -> Load Parsed DTD menu bar? > > Does your document contain a declaration? If so, does it > reference the DTD via a PUBLIC or a SYSTEM identifier? Using DTD -> Parse DTD. I am using a PUBLIC identifier in my DOCTYPE declaration. Is there a better way to do this? I am still learning this whole system for document production.