Re: Problem running on OpenSolaris, Problem parsing xds file: readme.xds.
Geert Stappers <[email protected]> Thu, 21 Aug 2008 19:57:41 +0200
| Newsgroups | gmane.editors.conglomerate.devel |
|---|---|
| Message-ID | <[email protected]> |
Op 20080821 om 13:01 schreef Kunal Deo:
> I have compiled on OpenSolaris. With gcc compilers and not able to use.
> Whenever I create a document it fails with segmentation fault. While I
> can open simple xml files, I am not able to open any dtd based xml
> files. On openning application hangs.
> Please help
> Thanks
> Kunal
> Entity: line 8: parser error : Attribute xml:lang redefined
> <description xml:lang=3D"en_CA" xml:lang=3D"en">This is a
> document type associated
> ^
> ** (conglomerate:2002): WARNING **: Problem parsing xds file: readme.x=
ds.
Change the readme.xds line
<description xml:lang=3D"en_CA" xml:lang=3D"en">
into something like
<description xml:lang=3D"en">
(so there is only 1 'xml:lang' )
I remember vaguely that I have seen such error before
and that the double xml:lang entries are caused by some
internationalisation stuff.
Cheers
Geert Stappers