[
Lists Home |
Date Index |
Thread Index
]
- From: David Megginson <david@megginson.com>
- To: <xml-dev@ic.ac.uk>
- Date: Thu, 16 Jul 1998 13:24:39 -0400
Michael Kay writes:
> Good thinking. I've had a look at the Swing source. It
> includes a parser (html32.java) generated using the java
> compiler-compiler JavaCC. This calls a callback interface
> HTMMLParserCallback.java, similar in concept to SAX, though
> it seems to include both generic (start/end element) and
> element-specific (e.g. startUL) callbacks. Of course the
> main difference from a SAX application will be that the
> elements are not properly nested.
The SAX driver could enforce proper nesting using an element stack and
various heuristics, but it might not always get it right.
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/
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)
|