XSLT memory problem

liunx

Guest
We need to transform large XML (about 20MB which consumes over 100MB memory when transforming). Using XSLTprocesser requires loading the whole XML file into memory. Is there any other standard way in PHP5 (php_xslt was moved to PECL as far as I know) how to make transformation without loading the whole XML into memory?
Thx for any suggestions.
 
Back
Top