From koffice-devel Wed Aug 28 13:04:58 2002 From: Nicolas Goutte Date: Wed, 28 Aug 2002 13:04:58 +0000 To: koffice-devel Subject: Re: Fwd: Re: KSpread DTD X-MARC-Message: https://marc.info/?l=koffice-devel&m=103054014514904 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--------------Boundary-00=_AO1KK83X75SK1RL5P470" --------------Boundary-00=_AO1KK83X75SK1RL5P470 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit I have changed it (see attached patch) I am closing bug #37601. Have a nice day/evening/night! On Mittwoch, 28. August 2002 09:46, Ariya Hidayat wrote: > This is WRT to bug #37601 (Errors in KSpread DTD). Nicolas has fixed some, > but there's still to be done. I don't understand enough about DTD and > friends, so if anyone feels brave, have a look. > (Followed some hints, thanks to Nicolas) > > ---------- Forwarded Message ---------- > Subject: Re: KSpread DTD > Date: Tue, 27 Aug 2002 22:04:36 +0200 > From: Nicolas Goutte > To: Ariya Hidayat > > Has someone corrected the definition of in the meantime? > > As at that time, I had never had a feedback from any KSpread developer, I > have done nothing further. Therefore was still defined two times. > > (Later...) > Well, I have now loked at it. The definition is still not right. And > someone has modified it without telling when to use some attributes and > when to use the others. > > If you want to correct yourself, from currently: > > > right-rect CDATA #IMPLIED > bottom-rect CDATA #IMPLIED > top-rect CDATA #IMPLIED> > y CDATA #REQUIRED > w CDATA #REQUIRED > h CDATA #REQUIRED> > > you should have something like: > > > right-rect CDATA #IMPLIED > bottom-rect CDATA #IMPLIED > top-rect CDATA #IMPLIED > x CDATA #IMPLIED > y CDATA #IMPLIED > w CDATA #IMPLIED > h CDATA #IMPLIED> > > Then you just have to document when to use which attributes. > > _______________________________________________ > koffice-devel mailing list > koffice-devel@mail.kde.org > http://mail.kde.org/mailman/listinfo/koffice-devel --------------Boundary-00=_AO1KK83X75SK1RL5P470 Content-Type: text/x-diff; charset="iso-8859-1"; name="kspread_dtd.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="kspread_dtd.patch" Index: kspread.dtd =================================================================== RCS file: /home/kde/koffice/kspread/dtd/kspread.dtd,v retrieving revision 1.30 diff -u -b -r1.30 kspread.dtd --- kspread.dtd 2002/06/24 18:56:36 1.30 +++ kspread.dtd 2002/08/28 13:02:10 @@ -147,23 +147,35 @@ - - + top-rect CDATA #IMPLIED + x CDATA #IMPLIED + y CDATA #IMPLIED + w CDATA #IMPLIED + h CDATA #IMPLIED>