2

I'm trying to parse some HTML with QT / C++. However, I don't want to show any rendered HTML page. Is it possible? How?

BЈовић
  • 62,405
  • 41
  • 173
  • 273
jsevilleja
  • 83
  • 7

1 Answers1

1

In Qt > 4.6, you can use the QWebElement as described in this StackOverflow answer: https://stackoverflow.com/questions/489522/library-recommendation-c-html-parser

Community
  • 1
  • 1
mmodahl
  • 176
  • 4
  • Thanks, I'm new to Qt. What I meant is "widget-less", but that answer is valid to me. I've also found this: http://stackoverflow.com/questions/3528076/qtwebkit-console-application – jsevilleja Jan 26 '12 at 12:16