Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 18534 invoked from network); 14 Jan 2004 10:47:39 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 14 Jan 2004 10:47:39 -0000 Received: (qmail 76034 invoked by uid 500); 14 Jan 2004 10:47:08 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 75981 invoked by uid 500); 14 Jan 2004 10:47:07 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 75953 invoked from network); 14 Jan 2004 10:47:07 -0000 Received: from unknown (HELO www2.kc.aoindustries.com) (65.77.211.84) by daedalus.apache.org with SMTP; 14 Jan 2004 10:47:07 -0000 Received: from dialup-85.147.220.203.acc01-aubu-gou.comindico.com.au (dialup-85.147.220.203.acc01-aubu-gou.comindico.com.au [203.220.147.85]) (authenticated) by www2.kc.aoindustries.com (8.11.6/8.11.6) with ESMTP id i0EAiXt16575; Wed, 14 Jan 2004 04:44:33 -0600 Subject: Re: [Proposal] add DTDs to Apache website From: David Crossley To: forrest-dev@xml.apache.org, dev@cocoon.apache.org In-Reply-To: <1074061162.5793.13312.camel@ighp> References: <1074056016.5794.13010.camel@ighp> <4004D004.50004@exclupen.com> <1074058970.5794.13177.camel@ighp> <1074061162.5793.13312.camel@ighp> Content-Type: text/plain Organization: Message-Id: <1074077236.5794.14140.camel@ighp> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-5) Date: 14 Jan 2004 21:47:17 +1100 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N David Crossley wrote: > David Crossley wrote: > > Marshall Roch wrote: > > > > > > You've convinced me that it's not worth the effort to get > > > the DTDs online. See below. (...about configuration notes.) > > > > It is worth the effort. We get way too many questions from users. > > One of main reasons that we are getting questions, is that people > try to view an XML doc with their web browser. Lo and behold > it breaks. Then they blame us. > > I actually wonder if putting the DTDs online will even solve that. > Are the browsers able to follow relative links from one part of > the DTD to the next? For example: > > faq-v12.dtd > ...> document-v12.mod > ...> faq-v12.mod > ...> common-charents-v10.mod > ........> ISO*.pen (5 separate files) I tried a test by putting some of the DTDs at http://www.apache.org/~crossley/dtd-test/ Please try the test doc in that directory "faq.xml" using your favourite XML editor and your browser. For me, Mozilla did not get past the — entity which is present in the ISOpub.pen entity set. --David