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++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -