Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Fast HTML parser in Qt
Forum Updated to NodeBB v4.3 + New Features

Fast HTML parser in Qt

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 2.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    MaximAlien
    wrote on last edited by
    #1

    Hello,

    Right now we use this "HTMLCXX ":http://htmlcxx.sourceforge.net/ parser in our project. It's quite fast, but we're having troubles because of it's encoding. As result there may be a lot of runtime exceptions during parsing.

    What parser would your recommend for parsing HTML in Qt? The main criteria is that it should be fast.

    Thanks in advance.

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      QtWebKit, QXmlStreamReader.

      (Z(:^

      1 Reply Last reply
      0
      • M Offline
        M Offline
        MaximAlien
        wrote on last edited by
        #3

        Thanks for reply. We use multithreading in our app, it's not possible to run separate threads in QtWebKit, only processing is possible.

        That's why I'm asking about 3d party libraries.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved