I am not good with coding and scripts. I want to use XML to display data on my website, the moment I update my XML the data must appear automatically on the front end of the website. Is there an example that you can give or an explanation or a video tutorial. Thank You!
your keywords are jquery + long-polling + xml - establish long polling w/ intervals (let say 30 sec). - fetch and parse xml with help of jquery - reload your html table/div with jquery
What language are you using? If you are using PHP then you can use the built-in XML Parser (http://us3.php.net/xml)
Thanks for your answers! There is no simple way for doing this... I understand that will have to put in some serious effort to learn this XML skill... lets do it!!
You can also use Java Servlets or CURL- which is like PHP. There are any number of solutions for parsing XML data and outputting to a web page... Q...