DLO Posted January 26, 2014 Report Posted January 26, 2014 I am working on a project where keywords (submitted from a website) will query a large XML document for matching criteria (for shopping products), then retrieve and return all the relevant search results (much like Google Shopping). There may be 100’s of search results returned, with 20 search results per page. Using PHP for the API call, would XPATH or SAX be better with regard to page loading speed and memory efficiency. Quote
administrator Posted January 27, 2014 Report Posted January 27, 2014 Hi, If you want speed, I believe SAX would be the way to go. Stef Quote
milesrian Posted January 27, 2014 Report Posted January 27, 2014 thats really sounds like a great solution Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.