[
Lists Home |
Date Index |
Thread Index
]
- From: David Megginson <david@megginson.com>
- To: "XML Developers' List" <xml-dev@ic.ac.uk>
- Date: Tue, 9 Mar 1999 20:16:05 -0500 (EST)
Here's my revised version of the core feature list, based on recent
discussions:
ModSAX Core Features
--------------------
http://xml.org/sax/features/validation
Validate (true) or don't validate (false).
http://xml.org/sax/features/external-general-entities
Expand external general entities (true) or don't expand (false).
http://xml.org/sax/features/external-parameter-entities
Expand external parameter entities (true) or don't expand (false).
http://xml.org/sax/features/namespaces
Preprocess namespaces (true) or don't preprocess (false). See also
the http://xml.org/sax/properties/namespace-sep property.
http://xml.org/sax/features/normalize-text
Ensure that all consecutive text is returned in a single callback to
DocumentHandler.characters or DocumentHandler.ignorableWhitespace
(true) or explicitly do not require it (false).
All the best,
David
--
David Megginson david@megginson.com
http://www.megginson.com/
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|