[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xml-dev] RE: Namespaces Best Practice
- From: Bill Lindsey <bill@blnz.com>
- To: PaulT <pault12@pacbell.net>, xml-dev@lists.xml.org
- Date: Fri, 21 Sep 2001 09:56:55 -0700
PaulT wrote:
> Sofar I have not seen a single XSLT engine
> not accumulating the output...
Take a look at James Clark's XT. The transformer builds
the result document by calling methods on a "Result"
object which in turn fires SAX events, usually immediately,
to a Handler, which typically serializes to an output stream.
-Bill