How to keep "useless" information with SAX (2?).
David Megginson
david at megginson.com
Mon Nov 29 16:03:00 GMT 1999
Paul Tchistopolskii <paul at qub.com> writes:
> With Sun's extensions to SAX API I could get
> the content of <!DOCTYPE and the content of comment.
>
> Unfortunately, whitespace ( including the
> newline) between those constructions has been
> lost.
Correct -- SAX was not designed for this type of application. Think
of SAX as an interface that reports the logical rather than the
physical structure of a document. Of course, SAX can be extended to
provide extra information, and the long-stalled SAX2 (mea culpa) was
designed to give a framework for doing just that.
All the best,
David
--
David Megginson david at megginson.com
http://www.megginson.com/
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo at ic.ac.uk the following message;
unsubscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list