in reply to how to print div tag value with ul and ol tag value

What nodes do you expect

->find('div > p ')

to find?

Maybe now is a good time to learn about Mojo.

Replies are listed 'Best First'.
Re^2: how to print div tag value with ul and ol tag value
by chella2104@gmail.com (Sexton) on Jan 13, 2016 at 09:19 UTC

    Thank u for your reply .

    That code is print only p tag value not li tag value pls check this link

    http://www.sqlite.org/expridx.html

    In my code output is like

    Normally, an SQL index references columns of a table. But an ..............There are certain reasonable restrictions on expressions that appear in CREATE INDEX statements: ........

    The code not find ul tag values

      How does your reply adress my question? Read Mojo::DOM about the ->find method.