Results 1 to 2 of 2

Thread: Generating xml file

  1. #1
    Join Date
    May 2016
    Posts
    17
    Qt products
    Qt4
    Platforms
    Windows

    Post Generating xml file

    Hello,

    Is it possible to generate xml file of Sql database in Qt??
    If yes then what method should i use. I have just found the method of validation of xml and generating direct xml.

    I have alredy Schema file for of xml.


    looking for the responce.

    Thanks in advance..

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Generating xml file

    First thing to check is if the database itself can generate an XML export.

    If not you need to run queries and use Qt's XML classes to created XML, e.g. QXmlStreamWriter.

    Cheers,
    _

Similar Threads

  1. In Qt5 not generating .exe file
    By Karthik AS in forum Newbie
    Replies: 2
    Last Post: 23rd April 2016, 13:51
  2. error generating moc file
    By bismo in forum Newbie
    Replies: 0
    Last Post: 1st July 2014, 14:22
  3. Replies: 10
    Last Post: 16th March 2013, 00:48
  4. Generating .bmp file
    By aj2903 in forum Qt Programming
    Replies: 4
    Last Post: 12th November 2009, 09:42
  5. Generating .pro files from vcproj file or CMake file
    By ramazangirgin in forum Qt Programming
    Replies: 2
    Last Post: 17th February 2009, 10:37

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.