what is the best approach to parse xml data to make it as generic as possible IN QT (c++)
- by user63898
Hello all
im to find good and affective way to parse xml data structure that different API calls are returning
the problem is that each time i need different data and each time im getting different xml structure
now what is the best way to use the SAX approach or The DOM approach and how does QT 4.6
recommends to implement such scenario ?
Thanks