[xmljs-users] Parsing huge xml files !!
Brought to you by:
djoham,
witchhunter
From: Ivo B. <ivo...@gm...> - 2006-03-20 17:31:10
|
Hi, I need to parse XML Files with 5000 plus lines in javascript. Since that means a big break of performance in the web app, i had to pass that parsing to the server side with php. Then what i did, is removing the trash from th= e xml file that doesn't matter to me (tags that i dont need in the app) and save some thousands of lines. But even with that, i get some xml files with more than 4000 lines, and so it always gets a bit slowly to parse all that lines. Can u confirm me if the best way to parse that xml files is using sa= x parser or is it anything better to do it ?? Maybe i could try json 2 ... :| |