[
Lists Home |
Date Index |
Thread Index
]
- From: Chris Lilley <chris@w3.org>
- To: hassan.hussein@zurich.com
- Date: Sun, 04 Apr 1999 17:20:58 +0200
hassan.hussein@zurich.com wrote:
> What exactly does DOM do and how does it work with XML parsers?
Its a spec for an event-oriented interface to the parsing process
> What exactly does SAX do and how does it work with XML parsers?
Its a spec for an object oriented inteface to the parse tree, after
parsing has been done
> What exactly does SAXON do and how does it work with XML parsers?
Its an implementation, not a spec.
> Does a parser have to have DOM in order to work?
> Does a parser have to have SAX in order to work?
No. But they are both useful and desirable things to have, and more can
be done if they are both suported.
> What do you use in order to create an XML document programmatically?
Whatever you want.
--
Chris
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)
- Follow-Ups:
- Re: DOM
- From: Chris Lilley <chris@w3.org>
- References:
- DOM
- From: hassan.hussein@zurich.com
|