Re: parsing an HTML document using Xerces DOM parser

2002-02-08 Thread Andy Clark
Gude Reshma wrote: > how can the user the Xerces DOM Parser to parse an HTML document? an > HTML document is not well formed therfore i'm unable to parse it using > the Xerces parser. I tried to well form the document using HTML Tidy > tool given by W3C but this was not helpful. Any suggestions as

parsing an HTML document using Xerces DOM parser

2002-02-08 Thread Gude Reshma
hi, how can the user the Xerces DOM Parser to parse an HTML document? an HTML document is not well formed therfore i'm unable to parse it using the Xerces parser. I tried to well form the document using HTML Tidy tool given by W3C but this was not helpful. Any suggestions as to how i should parse a