From e02e31c8b9d854cd62cbe9799228f6e08e882773 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 22:04:08 -0600 Subject: Sync with latest script --- doc/html/xml.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/xml.html') 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 http://xml.org/sax/features/namespace-prefixes) and 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 http://xml.org/sax/features/namespace (and thus http://xml.org/sax/features/namespace-prefixes) is mandantory. +features are required, support for http://xml.org/sax/features/namespace (and thus http://xml.org/sax/features/namespace-prefixes) is mandantory. The TQXmlSimpleReader implementation of TQXmlReader, supports them, and can do namespace processing.

TQXmlSimpleReader 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.

The URIs used for features and properties often look like URLs, e.g. 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. Property support is not mandatory. @@ -556,7 +556,7 @@ is the part to the left of the ":". (book is the namespace prefix in local part of book:title.)

  • The namespace URI ("Uniform Resource Identifier") is a unique identifier for a namespace. It looks like a URL -(e.g. http://trolltech.com/fnord/ ) but does not retquire +(e.g. http://trolltech.com/fnord/ ) but does not require data to be accessible by the given protocol at the named address.

    Elements without a ":" (like chapter in the example) do not have a -- cgit v1.2.1