I want to use tidypp based on tidylib, executing the following example works fine, but the following example extract hrefs, witch means tag = "tidytag_A" and attribute ="href", I have no idea how can I extract tags like <h1>
, <p>
, ...
I tried to lookout in tidylib sources and i cant find a method to do this,any suggestions please.
in the html document
– Redaa Feb 10 '14 at 00:19to the list; } // walk all the children of each children recursively dumphrefs(child, dst); } }
`? We can't really help you with code that you're hiding from us.
– MSalters Feb 10 '14 at 10:03