Re: [Safa-developer] html parser
Brought to you by:
dineshkaushal
|
From: HP K. <hpk...@rb...> - 2003-10-08 10:13:31
|
Hi Dinesh The screen reader project at Bangalore also got stuck at this point. I = guess you will have to get in touch with MSAA folks. Firstly because other screen readers are able to do that so, it is = possible. Alternatively, one can customise other browser which is more = accessable. How about the doccumentation of the DOM model put out by W3C? Harish ----- Original Message -----=20 From: Dinesh Kaushal=20 To: saf...@li...=20 Sent: Wednesday, October 08, 2003 3:03 PM Subject: Re: [Safa-developer] html parser 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 |