RE: [xml] Bug in parser (HTML)

Date view Thread view Subject view Author view

From: Marc Sanfacon (sanm@copernic.com)
Date: Mon Oct 30 2000 - 08:57:41 EST


Thank you.

-----Original Message-----
From: xml-request@rufus.w3.org [mailto:xml-request@rufus.w3.org]On
Behalf Of Daniel Veillard
Sent: October 30, 2000 08:52 AM
To: xml@rpmfind.net
Subject: Re: [xml] Bug in parser (HTML)

On Mon, Oct 30, 2000 at 08:31:45AM -0500, Marc Sanfacon wrote:
>
> Hi Daniel,
> I applied the patch this morning and using 'testHTML', I still have
> the same problem. Here is the output:
>
>
> SAX.setDocumentLocator()
> SAX.startDocument()
> SAX.startElement(html)
> SAX.startElement(body)
> SAX.ignorableWhitespace(
> , 2)
> SAX.startElement(b)
> SAX.characters(bbbbbbbbbb, 10)
> SAX.endElement(b)
> SAX.ignorableWhitespace( , 1)
> SAX.startElement(b)
> SAX.characters(ccccccccccccccc, 15)
> SAX.endElement(b)
> SAX.ignorableWhitespace(
> , 2)
> SAX.endElement(body)
> SAX.endElement(html)
> SAX.ignorableWhitespace(
> , 2)
> SAX.endDocument()
>
>
> I will try to pinpoint the problem today.
> Thank you,

  SAX has no sibling context informations...
If you use the DOM build those informations are available,

Daniel

-- 
Daniel.Veillard@w3.org | W3C, INRIA Rhone-Alpes  | libxml Gnome XML toolkit
Tel : +33 476 615 257  | 655, avenue de l'Europe | http://xmlsoft.org/
Fax : +33 476 615 207  | 38330 Montbonnot FRANCE | Rpmfind search site
 http://www.w3.org/People/all#veillard%40w3.org  | http://rpmfind.net/
----
Message from the list xml@rpmfind.net
Archived at : http://xmlsoft.org/messages/
to unsubscribe: echo "unsubscribe xml" | mail  majordomo@rpmfind.net
----
Message from the list xml@rpmfind.net
Archived at : http://xmlsoft.org/messages/
to unsubscribe: echo "unsubscribe xml" | mail  majordomo@rpmfind.net


Date view Thread view Subject view Author view

This archive was generated by hypermail 2b29 : Mon Oct 30 2000 - 09:43:37 EST