Re: [Safa-developer] html parser
Brought to you by:
dineshkaushal
|
From: Dinesh K. <din...@ho...> - 2003-10-08 09:33:33
|
hi Harish, I am looking for an html parser so that I can get the text from MSIE and = get the structure for reading in safa. I am currently able to get the plain text from MSIE but, when I get text = from the page along with the type of text such as whether it is link or = paragraph, MSHTML does not provide that information to me correctly. in one example I used document.body.all collection whare I got elements twice or thrice and the other was document.FirstChild and IHTMLDOMNode::nextSibling combination which does = not give all the element on the page. I need something that can read the = page like the screen reader does. thanks and regards Dinesh |