DOM Bookmarks Example

Provides a reader for XML Bookmark Exchange Language files

Provides a reader for XML Bookmark Exchange Language files.

The DOM Bookmarks example provides a reader for XML Bookmark Exchange Language (XBEL) files that uses Qt’s DOM-based XML API to read and parse the files. The SAX Bookmarks example provides an alternative way to read this type of file.

See the XML Bookmark Exchange Language Resource Page for more information about XBEL files.

mainwindow.cpp Example File

mainwindow.h Example File

xbeltree.cpp Example File

xbeltree.h Example File

main.cpp Example File

dombookmarks.pro Example File