Return-Path: Mailing-List: contact forrest-dev-help@xml.apache.org; run by ezmlm Delivered-To: mailing list forrest-dev@xml.apache.org Received: (qmail 90636 invoked from network); 14 Feb 2002 16:30:25 -0000 Received: from dobit2.rug.ac.be (157.193.42.8) by daedalus.apache.org with SMTP; 14 Feb 2002 16:30:25 -0000 Received: from allserv.rug.ac.be (allserv.rug.ac.be [157.193.40.42]) by dobit2.rug.ac.be (8.11.1/8.11.1) with ESMTP id g1EGUG408363; Thu, 14 Feb 2002 17:30:22 +0100 (MET) Received: from elisabeth (otsrv1.iic.rug.ac.be [157.193.121.51]) by allserv.rug.ac.be (8.11.1/8.11.1) with SMTP id g1EGUAH02271; Thu, 14 Feb 2002 17:30:10 +0100 (MET) From: "Steven Noels" To: Cc: Subject: RE: DTD problems Date: Thu, 14 Feb 2002 17:30:10 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0000_01C1B57D.40E12180" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <02021418205602.00943@igacer> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------=_NextPart_000_0000_01C1B57D.40E12180 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit David, here's a diff for the document.dtd I'm considering creating some sample docs, and (for Windows users) the necessary XMetal configuration files for 'wysiwyg' editing - would that be of interest? Regards, > -----Original Message----- > From: David Crossley [mailto:crossley@indexgeo.com.au] > Sent: donderdag 14 februari 2002 8:21 > To: forrest-dev@xml.apache.org > Subject: Re: DTD problems > > > Hi Stefano, are you still working on the DTDs? If so, then > i will wait for your next commit. Otherwise, i will try to sort > the problems with parsing the current DTDs from CVS. > --David > > David Crossley wrote: > > Woops, your last checkin of document-v11.dtd fixed some > > errors but seems to introduce even more. Here is the first > > error, which is then followed by other similar errors, then by > > errors that are a result of those. > > document-v11.dtd:266:37:E: parameter entity "markup" not defined > > ... > > > > The problem seems to be with using parameter entities before > > they are defined. I am no DTD expert ... hope that helps. > > --David > ------=_NextPart_000_0000_01C1B57D.40E12180 Content-Type: application/octet-stream; name="document.dtd.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="document.dtd.diff" Index: document-v11.dtd =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/cvspublic/xml-forrest/schemas/DTD/document-v11.dtd,v retrieving revision 1.3 diff -u -r1.3 document-v11.dtd --- document-v11.dtd 10 Feb 2002 11:57:23 -0000 1.3 +++ document-v11.dtd 14 Feb 2002 16:26:55 -0000 @@ -94,6 +94,9 @@ 20011218 Added "section" element. (SM) =20 20011218 Allowed "body" to have blocks without a section. (SM) 20011218 Removed "sl" since not really different from "ul". (SM) +[Version 1.2] + 20020214 Moved empty placeholder entity declarations upfront (SNS) + 20020214 Corrected content model of content.mix parameter entity = (SNS) =20 COPYRIGHT: Copyright (c) @year@ The Apache Software Foundation. @@ -144,6 +147,17 @@ =20 =20 + + + + + + + + + + + @@ -256,7 +270,6 @@ =20 =20 =20 - @@ -265,14 +278,12 @@ =20 =20 - + =20 =20 - - @@ -297,8 +308,6 @@ =20 - - =20 - - @@ -355,8 +362,6 @@ =20 - - =20 @@ -383,8 +388,6 @@ =20 - - =20 - - @@ -458,8 +459,6 @@ =20 - - =20 - + =20 ------=_NextPart_000_0000_01C1B57D.40E12180--