Re: Parser error of readme.xds in conglomerate 0.9.1

David Malcolm <[email protected]> Wed, 22 Jun 2005 10:53:45 -0400
Newsgroups gmane.editors.conglomerate.devel
Message-ID <[email protected]>
On Wed, 2005-06-22 at 15:02 +0200, Mich=C3=A8le Garoche wrote:
> Le 22 juin 2005 =C3=A0 14:16, Geert Stappers a =C3=A9crit :
>=20
> > On Wed, Jun 22, 2005 at 01:56:14PM +0200, Mich=C3=A8le Garoche wrote:
> >    <snip/>
> >
> >> 3 - Cure
> >>
> >> Remove the xml:lang=3D"en" part of <_description> on line 5 in
> >> dispspecs/readme.xds.in
> >>
> >
> >
> > Do you mean
> >
> > --- dispspecs/readme.xds.in     29 Dec 2004 17:30:24 -0000      1.1
> > +++ dispspecs/readme.xds.in     22 Jun 2005 12:10:04 -0000
> > @@ -2,7 +2,7 @@
> >  <dispspec>
> >         <metadata>
> >                 <_name>Experimental "readme" format</_name>
> > -               <_description xml:lang=3D"en">This is a document type=
 =20
> > associated with the "readme" file distributed with the
> > initial prototype of Conglomerate.</_description>
> > +               <_description>This is a document type associated =20
> > with the "readme" file distributed with the initial prototype of =20
> > Conglomerate.</_description>
> >         </metadata>
> >         <document-models>
> >         </document-models>
> >
> >
> > ?
> >
> Yes, exactly, Geerts.

Thanks.  Do you have CVS access yet?  Feel free to fix this in CVS (with
a ChangeLog entry)

Note that a patch together with a justification is probably the best way
to discuss this.

Dave