This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Feeding DOMs to XSLT Processors


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]