Probleme XSLT with big XML files

  • Thread starter Connac Jérôme
  • Start date
C

Connac Jérôme

Hi,

I would like to generate HTML files by XSLT from big XML files (size : 30-60
Mo) but with a simple structure.
I tried to use a SAX parser but a "out of memory error" is returned?

Do you now how to process by XSLT such a big XML file without having to
split it?
 
A

Andy Fish

IMHO this is not something that you can do with a general XSLT processor.

sax should be able to handle a file that big though, because it doesn't read
the whole file into memory (which xslt processors generally will)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top