OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xml-dev] RE: Namespaces Best Practice



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