diff options
Diffstat (limited to 'doc/html/xml.html')
-rw-r--r-- | doc/html/xml.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/xml.html b/doc/html/xml.html index 688f5a0f9..c233ff9e5 100644 --- a/doc/html/xml.html +++ b/doc/html/xml.html @@ -257,7 +257,7 @@ switched on. (namespace processing, implies <em>http://xml.org/sax/features/namespace-prefixes</em>) and <em>http://xml.org/sax/features/validation</em> (the ability to report validation errors). <p> Whilst SAX2 leaves it to the user to define and implement whatever -features are retquired, support for <em>http://xml.org/sax/features/namespace</em> (and thus <em>http://xml.org/sax/features/namespace-prefixes</em>) is mandantory. +features are required, support for <em>http://xml.org/sax/features/namespace</em> (and thus <em>http://xml.org/sax/features/namespace-prefixes</em>) is mandantory. The <a href="qxmlsimplereader.html">TQXmlSimpleReader</a> implementation of <a href="qxmlreader.html">TQXmlReader</a>, supports them, and can do namespace processing. <p> <a href="qxmlsimplereader.html">TQXmlSimpleReader</a> is not validating, so it @@ -340,7 +340,7 @@ must take care that they pass the right type. Properties are useful if a reader supports special handler classes. <p> The URIs used for features and properties often look like URLs, e.g. <a href="http://xml.org/sax/features/namespace">http://xml.org/sax/features/namespace</a>. 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. <p> Anyone can define and use new SAX2 properties for their readers. Property support is not mandatory. @@ -556,7 +556,7 @@ is the part to the left of the ":". (<em>book</em> is the namespace prefix in local part of <em>book:title</em>.) <li> The <em>namespace URI</em> ("Uniform Resource Identifier") is a unique identifier for a namespace. It looks like a URL -(e.g. <em>http://trolltech.com/fnord/</em> ) but does not retquire +(e.g. <em>http://trolltech.com/fnord/</em> ) but does not require data to be accessible by the given protocol at the named address. </ul> <p> Elements without a ":" (like <em>chapter</em> in the example) do not have a |