Hi,
I found another solution for the heap space error.The approach is reading the big XML as CSV file with tFileInputDelimited componenet and then passing data to tFileOutputXML or tAdvancedFileOutputXML which split it into small XML files.
The next step is to integrate data in this files in a database. My problem now is to find a way to schedule treatment for all this files applying theorems process management.
Thanks for your help
Seif