[
Lists Home |
Date Index |
Thread Index
]
- From: David Megginson <david@megginson.com>
- To: MikeDacon@aol.com
- Date: Wed, 3 Mar 1999 11:18:26 -0500 (EST)
MikeDacon@aol.com writes:
> My primary question is will SAX allow me to parse a DTD? It
> doesn't seem so. DTDHandler only handles unparsed Entity
> declarations (like binary data) and Notation declarations. If it
> is the case that SAX does not parse DTDs due to the fact that it
> does not want to perform validation then why bother with the above
> two cases?
SAX doesn't parse anything -- it's just an interface. Some (most?)
Java-based XML parsers that implement the SAX interface do happen to
perform validation, but that's outside the scope of SAX 1.0 itself
(we're talking about fixing that for ModSAX).
SAX 1.0 provides the DTDHandler interface because XML 1.0 requires
processors to report notations and unparsed entities.
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)
|