html - Dynamic graph with xml and xslt -


how can make dynamic graph xml file , xslt or html. i've got projekt going need keep on using xml , 1 of xslt or html. xml file has historical data prices , update every 2 seconds. looking ideas , advice how make graph updates new values every 2 seconds.

the graph shown in browser.

in web browser can read data files, served web-server.

you need make javascript method re-read xml file via ajax request each 2 seconds, , apply xml data xslt/html part.


Comments

Popular posts from this blog

C++: Boost interprocess memory mapped file error -

python - IO.UnsupportedOperation: Not Writable -

python - Selecting distinct values from a column in Peewee -