From user-return-1900-apmail-forrest-user-archive=forrest.apache.org@forrest.apache.org Thu Mar 17 22:50:28 2005 Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 62470 invoked from network); 17 Mar 2005 22:50:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 17 Mar 2005 22:50:28 -0000 Received: (qmail 94815 invoked by uid 500); 17 Mar 2005 22:50:28 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 94658 invoked by uid 500); 17 Mar 2005 22:50:27 -0000 Mailing-List: contact user-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@forrest.apache.org Delivered-To: mailing list user@forrest.apache.org Received: (qmail 94644 invoked by uid 99); 17 Mar 2005 22:50:27 -0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=PRIORITY_NO_NAME,SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from moutng.kundenserver.de (HELO moutng.kundenserver.de) (212.227.126.173) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 17 Mar 2005 14:50:25 -0800 Received: from [212.227.126.155] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1DC3ot-0004gW-00 for user@forrest.apache.org; Thu, 17 Mar 2005 23:50:23 +0100 Received: from [212.59.62.191] (helo=a2125962191.net-htp.de) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1DC3os-0002iV-00 for user@forrest.apache.org; Thu, 17 Mar 2005 23:50:22 +0100 Date: Thu, 17 Mar 2005 23:50:18 +0100 From: Ferdinand Soethe X-Priority: 3 (Normal) Message-ID: <8710408288.20050317235018@soethe.net> To: user@forrest.apache.org Subject: Validating editors MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:f75f2bd431147ec08213cc5cdb6cedb7 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I have a real nasty problem with two validating Eclipse XML-plugins as soon as I add doctypes to my Forrest documents: This is the header in my files: This is in %projectdir%\src\documentation\resources\schema\catalog.xcat and the dtd-file is kursbeschreibung-v10.dtd in the same directory. The nice part is that Forrest will now validate the file without complaint. Not so nice: As long as the doctype-header is in the file, XMLBuddy and Oxygen will insist on evaluating the system id and tell me that the domain does not exist. Telling Oxygen where the catalog is doesn't help, XMLBuddy doesn't even know catalogs and all the other options I tried failed as well. On the other hand, JEDIT has no complaints, so it can't be all wrong. I really don't want to use a fixed file-system id that need changing whenever we move to a new machine. Anybody any ideas what else to try to get around that? Thanks, Ferdinand