Re: [xsl] sax or dom in XSLT procesing ?

Subject: Re: [xsl] sax or dom in XSLT procesing ?
From: Oleg Tkachenko <olegt@xxxxxxxxxxxxx>
Date: Wed, 29 Jan 2003 11:57:02 +0200
Andrey Solonchuk wrote:

I have some data, reading from source,
I build sax source from this data,
than i give this data as source for transformation.

i understood this than in the same time i have in memory
full sax source and xalan before transformation build its own full tree in
it, and only after this start transform.
so i have data in memory twice
SAXSource usually don't hold all data in memory, that's main difference between SAX and DOM. Take a look at "Events vs. Trees" at http://sax.sourceforge.net/?selected=event to understand how it works.

--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel


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



Current Thread