Results 1 to 4 of 4

Thread: XML parsing error with QDom and QStreamReader

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: XML parsing error with QDom and QStreamReader

    First of all utf-8 handles polish characters just fine. Second of all if your xml file is not a valid xml file then, well... don't expect an xml parser to parse it. If you use entities (such as ™), they need to be declared first. If you want a verbatim copy of the contents of the tag, wrap the contents into a CDATA section.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


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

    Talei (5th March 2011)

Similar Threads

  1. Parse xml file using QStreamReader
    By Gary.zhang in forum Qt Programming
    Replies: 0
    Last Post: 10th January 2011, 04:00
  2. qdom xml update
    By RenanBS in forum Newbie
    Replies: 0
    Last Post: 12th October 2010, 21:53
  3. QDom & xhtml
    By Potch in forum Newbie
    Replies: 3
    Last Post: 19th February 2010, 23:41
  4. QDom
    By mickey in forum General Programming
    Replies: 9
    Last Post: 17th September 2007, 16:12
  5. parsing using QDOM
    By aruna in forum Qt Programming
    Replies: 1
    Last Post: 17th July 2007, 12:46

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.