summaryrefslogtreecommitdiffstats
path: root/src/xml/doc/src/xml-processing.qdoc
diff options
context:
space:
mode:
authorØystein Heskestad <oystein.heskestad@qt.io>2023-04-12 16:22:24 +0200
committerØystein Heskestad <oystein.heskestad@qt.io>2023-05-04 17:30:04 +0000
commit3dd3268ded4dd74c64d7ec726fd534375ab9f018 (patch)
tree1f8a265eacbfc8439e92ddf62c7800438d8ce3e9 /src/xml/doc/src/xml-processing.qdoc
parent4bf82909f144e2e1c0231a90c42bd120a549c9da (diff)
Revamp DOM Bookmarks example
Fixes: QTBUG-111974 Pick-to: 6.5 Change-Id: Ia62eaf36f616278e49112884db8aec37e2b1dcc5 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Samuel Gaist <samuel.gaist@idiap.ch>
Diffstat (limited to 'src/xml/doc/src/xml-processing.qdoc')
-rw-r--r--src/xml/doc/src/xml-processing.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xml/doc/src/xml-processing.qdoc b/src/xml/doc/src/xml-processing.qdoc
index f1f74a68c0..ad4dadb583 100644
--- a/src/xml/doc/src/xml-processing.qdoc
+++ b/src/xml/doc/src/xml-processing.qdoc
@@ -7,7 +7,7 @@
\brief Classes that support XML.
- These classes are relevant to XML users.
+ These classes are relevant to \l{XML Processing}{XML} users.
\generatelist{related}
*/
@@ -180,7 +180,7 @@
namespace prefix. In this case the local part and the qualified name
are identical (i.e. \e chapter).
- \sa {DOM Bookmarks Example}
+ \sa {DOM Bookmarks Application}
*/
/*!
@@ -339,7 +339,7 @@
DOM implementation.
To get started please refer to the \l QDomDocument documentation.
- You might also want to take a look at the \l{DOM Bookmarks Example},
+ You might also want to take a look at the \l{DOM Bookmarks Application},
which illustrates how to read and write an XML bookmark file (XBEL)
using DOM.
*/