Re: [xml] Parser error: html entities not defined

2007-09-13 Thread Bruno Dilly
Thank you very much, Daniel On 9/10/07, Daniel Veillard <[EMAIL PROTECTED]> wrote: > On Thu, Sep 06, 2007 at 07:22:21PM -0300, Bruno Dilly wrote: > > Indeed, the rss is not-well-formed. Is it possible to load an external > > dtd not included in the rss? > > Yes separately to validate a document.

Re: [xml] Parser error: html entities not defined

2007-09-10 Thread Daniel Veillard
On Thu, Sep 06, 2007 at 07:22:21PM -0300, Bruno Dilly wrote: > Indeed, the rss is not-well-formed. Is it possible to load an external > dtd not included in the rss? Yes separately to validate a document. See the documentation. What you can't or should NOT try to do is to process something which

Re: [xml] Parser error: html entities not defined

2007-09-06 Thread Bruno Dilly
Indeed, the rss is not-well-formed. Is it possible to load an external dtd not included in the rss? For example, can I load http://my.netscape.com/publish/formats/rss-0.91.dtd before parse the file? And is possible to load it from a local file? How could I do it? Thanks a lot On 9/4/07, Daniel V

Re: [xml] Parser error: html entities not defined

2007-09-04 Thread Daniel Veillard
On Tue, Sep 04, 2007 at 10:19:18AM -0400, Liam R E Quin wrote: > On Tue, 2007-09-04 at 07:01 -0400, Daniel Veillard wrote: > > On Tue, Sep 04, 2007 at 06:39:01AM -0300, Bruno Dilly wrote: > > > Hi people, > > > > > > I'm trying to parse RSS with html entities, but I'm having the > > > following er

Re: [xml] Parser error: html entities not defined

2007-09-04 Thread Liam R E Quin
On Tue, 2007-09-04 at 07:01 -0400, Daniel Veillard wrote: > On Tue, Sep 04, 2007 at 06:39:01AM -0300, Bruno Dilly wrote: > > Hi people, > > > > I'm trying to parse RSS with html entities, but I'm having the > > following errors when it tries to parse the rss file: > > Entity 'ntilde' not defined;

Re: [xml] Parser error: html entities not defined

2007-09-04 Thread Daniel Veillard
On Tue, Sep 04, 2007 at 06:39:01AM -0300, Bruno Dilly wrote: > Hi people, > > I'm trying to parse RSS with html entities, but I'm having the > following errors when it tries to parse the rss file: > Entity 'ntilde' not defined; > Entity 'iacute' not defined; > > and others. are the HTML entiti