Loading ...

XML data processing client v serverside

Who is online?  0 guests and 1 members
home  »  forums   »  asp.net topics   »  data access   » XML data processing client v serverside

XML data processing client v serverside

Posts under the topic: XML data processing client v serverside

Posted: 8/26/2011

Lurker 160  points  Lurker
  • Joined on: 8/10/2011
  • Posts: 32

I am designing a online store and wish to use xml as a datasource to display product data. I understand comments regarding how serverside processing with asp/php or the like is the way to go, but I've also heard that several large corporate websites have recently gone client side and used javascript for parsing. 

The benefit to me with of this approach would be less server bottlenecks and a better user experience, but berfore I go crashing ahead I would like to have some views from anyone with experience in this area. All comments are welcome my xml product files are distributed throughout a number of docs but can be combined if required

Thanks


Posted: 8/26/2011

Starter 727  points  Starter
  • Joined on: 6/6/2011
  • Posts: 74

Hi,

I have a lot experience at this area, and can suggest you the following:

- I've use jquery XML to JSON Plugin, who is very simple to use and powerfull: http://plugins.jquery.com/project/xml2json

- Try to convert the xml to json, with jquery, and populate the form also with jquery.

- Some examples: http://www.fyneworks.com/jquery/xml-to-json/

Best Regards,

Gjorgji


tags XML2JSON
Page 1 of 1 (2 items)