Huge XMLParsing on client-side with JS

admin

Administrator
Staff member
Can anyone tell me if there is any way to parse huge XML File's (10.000 lines, or more) in client side with Javascript and AJAX without the browser crashing ?? I already tried with xml for <script> but the browser simply DIES(Crashes) ... ;( Does anyone have an idea of a solution for it ?? I already thought on parsing that huge XML File on server side and then generate a smaller one with the only things that interest to me and send to the client side, but it was important to make the APP on client side with JS only.

Thks in advance ... []]s
 
Back
Top