0

As I ask in the title, I can't get the rows of an html tabl in C using tidylib. I have read the documentation at http://tidy.sourceforge.net/docs/api/ but I really can't find what I want.

After a CURL call, I save the result in a file or in a variable; but then can't go on.

Thank you.

Drew
  • 251
  • 1
  • 3
  • 13

1 Answers1

1

i used a html parser the way you want to do now, and i highly recommend using the libxml HTML parser rather than tidy, libxml is widely used and documented. you can find the docs here : http://www.xmlsoft.org/html/libxml-HTMLparser.html

And i don't think someone will reply help you with a good code because tidyc is not used widely and not for this type of tasks.

Reda
  • 99
  • 3
  • 13