> 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. - DaveReceived on Thursday, 21 June 2001 10:56:56 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Friday, 22 June 2012 06:13:48 GMT