Not Enough Storage Error during XML transformation

P

pramodtomarita

Hi,

I am getting the 'Not Enough Storage Error ' during the transformation
of XML file...
e.g. oXML.transformNode(oXSL);

XML file have 4000+ records.

Please suggest.
 
E

Erwin Moller

Hi,

I am getting the 'Not Enough Storage Error ' during the transformation
of XML file...
e.g. oXML.transformNode(oXSL);

XML file have 4000+ records.

Please suggest.

Hi,

Solution is obvious: Use less 'records' on the page.
Even if you COULD fix it for 4000, soon you'll hit a new maximum.
Or your customer with another machine, browser, OS, browserversion, etc.

A good general solution would be to implement some sort of pagination. Only
showing 100 records a time, with next and previous buttons.
You need serverside language to pull that trick. Like PHP.

Good luck.

Regards,
Erwin Moller
 
R

Richard Maher

Hi,

Use a Socket and return/process one row at a time from the result set (maybe
enrich/add-value and populate a Select list or table) while clicking over a
record-count and deminishing the scroll-bar. (Maybe even empower a hot-abort
key?)

Conection-oriented? Context-rich? Feature-abundant?

Oh well, just an option. (Best stick to trying to make http pull a rabbit
out of its hat, eh?)

Cheers Richard Maher

"Erwin Moller"
 

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

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,540
Members
45,025
Latest member
KetoRushACVFitness

Latest Threads

Top