Re: Maybe someone can tell us

> 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