|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Memory housekeeping in Saxon and other XSLT proces
No XSLT processor will construct the result tree in memory (the clever ones
don't need to, and the not so clever ones are too lazy to do that).
But if you do not observe an OutOfMemoryError, I would bet there is an innocent endless loop or something like that in your JDBC extension. Just add some System.out.println("Hello, I'm alive") to it to get more diagnostics. cheers, jd Hi, what do you guys do if you have HUGE XML instances that your transforms generate? Let's assume for a moment you have a transform that replicates the input document 2 billion times, or something similarly silly that really creates a HUGE string of output tree. Is there anything in Saxon (or other XSLT processors) that would try to keep a hold on the whole tree even though it dumps tags to the output stream? Are there any switches I need to set to make sure that memory for result trees is freed after a result node has been output? XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








