PDA

View Full Version : Qt to support XML database?



zhongzhu
9th July 2009, 06:52
QXmlQuery saved me lots of time when querying XML files. but many times I'll need to query the XML, do some processing and then update the same XML file. I'm so hoping there would be some Qt model that could provide database operations like update, delete ...

anyone knows if there is any Qt or C++ libs I can use to do that?

wysota
9th July 2009, 09:07
Do you think the XML hierarchical structure fits into the CRUD language model? I strongely doubt so.

nikhilqt
9th July 2009, 12:51
Use any 3rd party library and make it integrated with Qt. some of them are Xqilla, sedna, etc., many are there.