- From: David Brownell <david-b@pacbell.net>
- Date: Thu, 21 Jun 2001 07:55:50 -0700
- To: W3C DOM mailing list <www-dom@w3.org>
> Meanwhile, DOM serializers are commonly available off-the-shelf items, > shipped with most DOMs and/or DOM parsers and avaiable as open-source For example, SAX2 defines a standard way to produce a stream of "parsing" events given a DOM document. All you need to do is fix up the namespace information (SAX event pipeline filter nodes doing that are useful in several contexts) and have some kind of XML Writer class consume those events, turning them into text. - Dave
Received on Thursday, 21 June 2001 10:56:56 UTC