On Tue, 6 Mar 2001, Tom Cook wrote:
> Why not just write a class which can output an XML file? It's not hard,
> there's an example of how to do it in the Xerces examples - it looks
> horribly complicated, but you only need about 50 lines from it to actually
> do the writing, the rest is not necessary. It'll even do canonical
> form. This may be necessary, since not every parser has a method to write
> the XML out to a stream.
So far the only parsers people have show interest in are Sun's and
Apache's, and both do that already. So I don't feel a particular urge to
implement it yet again. If, at a later date, people start clamoring to
use some parser that doesn't have that functionality, let's revisit the
issue.
Aaron