Subject:XML file size Author:Yvonne de Vries Date:17 Oct 2005 10:38 AM
I have a big XSL file, which I use to transform data into XML. In the XSL file I use functions in order to update data in one of the XML files. It uses two other XML files to update the data in the first XML file. The "main" xml file which has to be updated by the XSL is 3 MB of size. After a while I get an out of memory message and Stylus Studio is closed. I use a computer with 512 MB internal memory.
Can you please give me advise. Is this file to big?
Subject:XML file size Author:(Deleted User) Date:17 Oct 2005 10:57 AM
It's hard to tell without seeing XSLT & XML files. It is probably not the size of the file that causes out of memory error but memory required during XSLT transformation. You can try to use different XSLT processor (you can switch XSLT processor by pressing "..." toolbar button to open Scenario Properties dialog and picking XSLT processor from the dropdown list located on "Processor" tab). I'd recommend Microsoft MSXML processor. You can also zip your files and post it here, we will take a look ...