Re: parsing error with non-local DTD file

2004-07-16 Thread Alberto Massari
Also, if you decide to edit the sources, can you post a message telling if the modification works? If so, we can turn on libWWW on these two platforms too. Alberto At 17.23 16/07/2004 +0200, Alberto Massari wrote: At 09.02 16/07/2004 -0600, Mariella Di Giacomo wrote: Hi ALL, I had the same probl

Re: parsing error with non-local DTD file

2004-07-16 Thread Alberto Massari
At 09.02 16/07/2004 -0600, Mariella Di Giacomo wrote: Hi ALL, I had the same problem on a Solaris box at the end of April and I would appreciate also some suggestions. Mariella, Song, the libWWW can be selected as a runConfigure option on both Solaris and MacOS, but the code will not use it. If y

Re: parsing error with non-local DTD file

2004-07-16 Thread Mariella Di Giacomo
Hi ALL, I had the same problem on a Solaris box at the end of April and I would appreciate also some suggestions. Thanks a lot, Mariella Below there is part of the message I sent some time ago and what I have done __ ___

Re: parsing error with non-local DTD file

2004-07-14 Thread Song Li
MacOS 10.3. Song On Jul 14, 2004, at 11:57 AM, Alberto Massari wrote: At 11.33 14/07/2004 -0500, Song Li wrote: Thanks! so which option I should select while compiling? I tried "libwww'" but still doesn't work... more suggestion? Hi Song, on which platform are you working? Alberto Song On Jul 14,

Re: parsing error with non-local DTD file

2004-07-14 Thread Alberto Massari
At 11.33 14/07/2004 -0500, Song Li wrote: Thanks! so which option I should select while compiling? I tried "libwww'" but still doesn't work... more suggestion? Hi Song, on which platform are you working? Alberto Song On Jul 14, 2004, at 10:16 AM, Alberto Massari wrote: At 16.46 13/07/2004 -0500,

Re: parsing error with non-local DTD file

2004-07-14 Thread Song Li
Thanks! so which option I should select while compiling? I tried "libwww'" but still doesn't work... more suggestion? Song On Jul 14, 2004, at 10:16 AM, Alberto Massari wrote: At 16.46 13/07/2004 -0500, Song Li wrote: Hi, gurus, A newbie's question; when I parse an XML file with a line looks like

Re: parsing error with non-local DTD file

2004-07-14 Thread Alberto Massari
At 16.46 13/07/2004 -0500, Song Li wrote: Hi, gurus, A newbie's question; when I parse an XML file with a line looks like: http://www.genome.ad.jp/kegg/xml/KGML_v0.4_.dtd";> It can't parse and gives me an error: Message: An exception occurred! Type:MalformedURLException, Message:The URL used an un

parsing error with non-local DTD file

2004-07-14 Thread Song Li
Hi, gurus, A newbie's question; when I parse an XML file with a line looks like: http://www.genome.ad.jp/kegg/xml/KGML_v0.4_.dtd";> It can't parse and gives me an error: Message: An exception occurred! Type:MalformedURLException, Message:The URL used an unsupported protocol I've searched the pas