[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Is XSL suitable for batch processing?

Subject: RE: Is XSL suitable for batch processing?
From: Thorbjørn Ravn Andersen <TRA@xxxxxxxx>
Date: Fri, 18 Aug 2000 12:54:37 +0200
xslt batch processing
> way. Does anyone have any experience of using XSL with large 
> files? Should I
> try the XSL route, or should I limit myself to writing a hook 
> into a SAX
> parser for each bank.

It is quite possible to apply several XSLT transformations in a batch pipeline.  The file based approach means writing each step to a seperate file or -- depending on operating system -- using pipes, but have quite an overhead as currently most XSLT tools read the whole file in as a tree before transformation begins.  This also allows you to mix XSLT processors according to needs.

You may want to look at chaining style-sheets where the data tree has several XSLT transformations applied to it, while being in memory.  This is a non-standard feature that several processors have.

If you choose the first route, you should take great care in investing the memory usage of the process -- you may want to upgrade the computer.  I have found that Xalan (xml.apache.org) uses the least memory on my data.  I have not personally investigated the second route, since we need the intermediate files.

Best regards,
-- 
  Thorbjørn Ravn Andersen   "...and...Tubular Bells!"


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.