diff options
Diffstat (limited to 'doc/xml.doc')
-rw-r--r-- | doc/xml.doc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/xml.doc b/doc/xml.doc index 30f4d1209..733f2b394 100644 --- a/doc/xml.doc +++ b/doc/xml.doc @@ -16,7 +16,7 @@ ** and the KDE Free Qt Foundation. ** ** Please review the following information to ensure GNU General -** Public Licensing retquirements will be met: +** Public Licensing requirements will be met: ** http://trolltech.com/products/qt/licenses/licensing/opensource/. ** If you are unsure which license is appropriate for your use, please ** review the following information: @@ -258,7 +258,7 @@ http://xml.org/sax/features/validation (the ability to report validation errors). Whilst SAX2 leaves it to the user to define and implement whatever -features are retquired, support for \e +features are required, support for \e http://xml.org/sax/features/namespace (and thus \e http://xml.org/sax/features/namespace-prefixes) is mandantory. The \l QXmlSimpleReader implementation of \l QXmlReader, @@ -365,7 +365,7 @@ useful if a reader supports special handler classes. The URIs used for features and properties often look like URLs, e.g. \c http://xml.org/sax/features/namespace. This does not mean that the -data retquired is at this address. It is simply a way of defining +data required is at this address. It is simply a way of defining unique names. Anyone can define and use new SAX2 properties for their readers. @@ -624,7 +624,7 @@ the context of namespaces: local part of \e book:title.) \i The \e {namespace URI} ("Uniform Resource Identifier") is a unique identifier for a namespace. It looks like a URL - (e.g. \e http://trolltech.com/fnord/ ) but does not retquire + (e.g. \e http://trolltech.com/fnord/ ) but does not require data to be accessible by the given protocol at the named address. \endlist |