Hi,


I do believe sudheer's requirement would call for the searching to be done on the server side. Personally i don't use XML when searching is involved. If you use a DOM based solution all your servers memory just gets sucked up. If you use plain old sax you have to do a lot of coding yourself (though you can get the result much faster). But i do think it's just about the best thing when it comes to sequential reading of records.




Russell P Jones wrote:

Use XML to store all your data, and if you want an xml search mechanism, I
have a quick and dirty answer that runs client-side so you dont have to
worry about wearing down your server...

russ jones





--
Raditha Dissanayake.
------------------------------------------------------------------------
http://www.radinks.com/sftp/          |  http://www.raditha/megaupload/
Lean and mean Secure FTP applet with  |  Mega Upload - PHP file uploader
Graphical User Inteface. Just 150 KB  |  with progress bar.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to