23<link href=
"http://qt-project.org" color=
"red" />
34QDomElement root = doc.firstChildElement(
"database");
35QDomElement elt = root.firstChildElement(
"entry");
36for (; !elt.isNull(); elt = elt.nextSiblingElement(
"entry")) {
46<h1>Hello <b>Qt</b> <![CDATA[<xml is cool>]]></h1>
54<!--
this is a comment -->