Development/Tutorials/Programming Tutorial KDE 3/KHTML

From KDE TechBase
Revision as of 11:52, 28 October 2006 by Tstaerk (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

For HTML parsing, you have 3 possibilities: - QXML - QDOM - khtml Obviously, QXML and QDOM need xml-compliant html pages, and the least html pages are xml-compliant. So, this tutorial choses the khtml approach.