Results 1 to 3 of 3

Thread: How to validate a XML file whether matches a XSD file with Qt4.4.3

  1. #1
    Join Date
    Mar 2009
    Location
    Beijing
    Posts
    7
    Qt products
    Qt4
    Platforms
    Unix/X11

    Question How to validate a XML file whether matches a XSD file with Qt4.4.3

    How to validate a XML file whether matches a XSD file or not with Qt4.4.3 ?
    Last edited by wysota; 1st September 2010 at 08:48.

  2. #2

    Default Re: How to validate a XML file whether matches a XSD file with Qt4.4.3

    have a look at QXmlSchemaValidator

  3. #3
    Join Date
    Mar 2009
    Location
    Beijing
    Posts
    7
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: How to validate a XML file whether matches a XSD file with Qt4.4.3

    Quote Originally Posted by antialias View Post
    have a look at QXmlSchemaValidator
    Thank you for your repling.
    QXmlSchemaValidator is included from Qt4.6.0,while my Qt version is Qt4.4.3.
    In application,it is not a good idea to change my Qt version,therefore, I have to find some other way
    instead. e.g. using Xerces C++ to validate XML

Similar Threads

  1. Replies: 1
    Last Post: 10th March 2010, 18:19
  2. QRegExp validate windows file path
    By niol1000 in forum Newbie
    Replies: 2
    Last Post: 30th January 2010, 15:06
  3. How to validate QSQLITE file?
    By rakkar in forum Newbie
    Replies: 1
    Last Post: 24th September 2009, 01:05
  4. Replies: 3
    Last Post: 28th March 2009, 15:37
  5. Replies: 3
    Last Post: 25th May 2007, 07:49

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.