RE: Feeding DOMs to XSLT Processors

Subject: RE: Feeding DOMs to XSLT Processors
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Mon, 7 Feb 2000 16:11:15 -0000
Yes, absolutely the right approach. I've done similar things myself,
generating a SAX event stream from something that didn't start life as XML,
to allow XSLT to process it.

Mike Kay

> 
> Both Michael Kay and yourself recommended this approach (transform the
> incoming data into SAX Events instead of DOM).  
> > 
> Would the following be feasible -- Pre-process the copybook into a SAX
> InputSource instead of a DOM, at runtime, use the copybook SAX events
> to parse the mainframe data string into a separate set of SAX events,
> and then pass these events to the XSLT processor?


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


Current Thread