Parsing XML with Qts DOM classes

14

Author: JT Smith

Newsforge reader pkej writes: “zez.org: about code has an article, by Gunnstein Lye, on QTs DOM classes and how to use those in your own QT/KDE applications. The Document Object Model (DOM) by the World Wide Web Consortium specifies a simple way of interacting with various document formats, including XML. Trolltech’s Qt implements some very handy DOM classes. In this tutorial I’ll demonstrate the basic principles of DOM, and give some pointers on how to use the Qt DOM classes.”