
Hi, I am a hobbyist. I have written a style sheet (xslt) which I want to use to process an xml file. I have run some tests, using xsltproc, on a sample xml and it all works well. The xml file I am wanting to process is 650 GB in size. When I run the xsltproc command the response is "Killed". I had hoped that xsltproc would step through the xml file, creating output as it goes. This does not seem to be the case. I am running Mageia x64. I have added a 1T disk to the system and set it as a swap partition. Does anyone know of an xml parser that will work with "limited" memory? - or a method by which I can apply the style sheet. I have experience with C, and if all else fails will write a C program to do what I want the style sheet to do, but I would rather get the style sheet working. Any advice appreciated. Hugh