Re: [xsl] nodes or multiple runs?

Subject: Re: [xsl] nodes or multiple runs?
From: Paul Tremblay <phthenry@xxxxxxxxxxxxx>
Date: Wed, 11 Feb 2004 13:14:07 -0500
On Wed, Feb 11, 2004 at 05:54:35AM -0500, cknell@xxxxxxxxxx wrote:
> Why are you creating temporary files? I have had several occasions to write transformation processing pipelines and I've always kept the output documents in memory and passed them on to the next stylesheet until the processing was done. I've done it with JavaScript, VB, PL/SQL, and Python so I know it isn't difficult to do.
> 
> Of course, you will still have to contend with different processors. You will have to write a tranformation section for each processor.
> -- 

Could you show me an example of how to do this in python? I have used
SAX in python before, but I have never used it to pipe an xslt process.

thanks

Paul

-- 

************************
*Paul Tremblay         *
*phthenry@xxxxxxxxxxxxx*
************************

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


Current Thread