How to parse big XMLs!!!
Posted: Tue Apr 08, 2008 2:57 am
Hi all!!!
I'm developing an application in PHP and in one module I have to parse some XML files and show them in the page, the problem is some of these XML files are big!!! so Its take time to load the page!!! and this application goin to have at least 10 visitors per second, so it will be a problem for me!!! what should I do to reduce the loading time, for example is it better to parse the XML in java script then send it to PHP?
Thanks
Sherry
I'm developing an application in PHP and in one module I have to parse some XML files and show them in the page, the problem is some of these XML files are big!!! so Its take time to load the page!!! and this application goin to have at least 10 visitors per second, so it will be a problem for me!!! what should I do to reduce the loading time, for example is it better to parse the XML in java script then send it to PHP?
Thanks
Sherry