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]
Other format: [Raw text]

RE: question regarding Saxon customized extension and NodeInfo


another big thank to Mr. Kay's best Saxon... I improved my extension to take
advantage of the saxon:while.. so basically now my extension now output
string instead of a document... wow, it is very fast and memory
conservative.  Apparently Saxon's implementation of while loop doesn't
require recursion, which greatly reduces memeory and stacks... now parsing a
100meg flat file into xml, takes only 7megs memory and 294 seconds on my
shabby NT!

thanks for the exellent Saxon.

> ----------
> From: 	Michael Kay[SMTP:michael.h.kay@ntlworld.com]
> Reply To: 	xsl-list@lists.mulberrytech.com
> Sent: 	Thursday, March 21, 2002 5:01 PM
> To: 	xsl-list@lists.mulberrytech.com
> Subject: 	RE: [xsl] question regarding Saxon customized extension and
> NodeInfo
> 
> > actually I got it to work... you are right, now I am creating 
> > a document for each line as I go along...
> 
> Clever - I didn't think of that.
> 
> Michael Kay
> Software AG
> home: Michael.H.Kay@ntlworld.com
> work: Michael.Kay@softwareag.com 
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 

 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]