PDA

View Full Version : Problem getting HTML Parsing



baluk
21st July 2010, 11:32
Hi,

I am having probme when parsing HTML page. How can I navigate to the specific attribute with in the specific tag in the page (ex: Body->div->ul->class). I have fallowed the DOM parsing examples. But found hard to find the options which i have to use.

I could come to the below statement. But I don't know what would be the next statement to navigate to the desired point.
QWebElement document = frame->documentElement();

Any help would be greatful.

Thank you,
Baluk