|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: SAX for XSL Transformation
Although you can supply a SAXSource as the input to your transformation, the XSLT engine will generally build a tree in memory. This will usually be much more efficient than a DOM tree, but it will still be a tree. > I'm trying to transform a 80M > file using an XSL stylesheet to an output stream. 80M is feasible but challenging. You should allocate at least 512M of memory to the java VM (use -Xmx512M). > I'm assuming that the JAXP API uses a DOM object to do this > transformation. The JAXP API is just an API. What actually happens internally depends on which implementation of the JAXP API you are using, e.g. Xalan, Saxon, Oracle. Michael Kay http://www.saxonica.com/
|
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








