[
Lists Home |
Date Index |
Thread Index
]
- From: "Jonathan Borden" <jborden@mediaone.net>
- To: "LUCIO PICOLLI" <lucio.piccoli@one2one.co.uk>, <xml-dev@ic.ac.uk>
- Date: Thu, 11 Mar 1999 19:38:30 -0500
Perhaps the confusion is this:
A DocumentHandler is a SAX concept, not a DOM concept. The DOMParser
contains a DocumentHandler that builds a DOM tree from the source document.
If you are working with the DOM, then you will parse the document and then
access its members through the DOM interfaces. If you would rather process
using an event based interface, then use SAX directly i.e. the SAXParser.
Jonathan Borden
http://jabr.ne.mediaone.net
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)
|