RE: Converting Document object (DOM) into inputsource for XSL pro cessing in XT

Subject: RE: Converting Document object (DOM) into inputsource for XSL pro cessing in XT
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 27 Aug 1999 09:59:02 +0100
> 
>   You could write a "DOM to SAX tree walker", i.e. a class
> that implements org.xml.sax.Parser and that traverses a DOM
> tree in pre order, and for each Element node visited : 
> 
Or you could one that has already been written! See John Cowan's "DOM
Parser" on http://www.ccil.org/~cowan/XML/

(I also wrote one that was part of an earlier version of SAXON, but I can't
lay my hands on it right now, and John's is just as good).

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread