Results 1 to 3 of 3

Thread: HTML parsing

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    May 2009
    Posts
    133
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    10
    Thanked 4 Times in 3 Posts

    Default Re: HTML parsing

    Yes, parsing real world (broken) HTML is not an easy task. It's true you could try using HTML Tidy but if you're already using Qt I would advise not to do so and to use something already available in Qt. Use QtWebKit and QWebElement which is new in Qt 4.6 and you have your DOM ready in 15 minutes.

  2. The following user says thank you to piotr.dobrogost for this useful post:

    enno (1st October 2009)

Similar Threads

  1. html parsing class problem
    By yagabey in forum Qt Programming
    Replies: 4
    Last Post: 22nd December 2008, 18:52
  2. QTextEdit html parsing trouble
    By DpoHro in forum Qt Programming
    Replies: 1
    Last Post: 20th January 2008, 11:40
  3. Loading images in html in a QTextBrowser
    By BasicPoke in forum Newbie
    Replies: 1
    Last Post: 6th June 2007, 21:51
  4. Parsing HTML
    By stevey in forum Qt Programming
    Replies: 2
    Last Post: 1st December 2006, 20:01
  5. HTML Parsing
    By awalesminfo in forum Qt Programming
    Replies: 3
    Last Post: 19th March 2006, 11:31

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.