Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Formatting and displaying XML stream in real time without page refresh

Status
Not open for further replies.

chuksted

Programmer
Mar 25, 2005
2
US
I have data streaming from remote Database as XML. The basic structure stays the same but numerical values inside the XML change continously.

Is there a way to display this data in a browser to reflect the continously changing numerical values without refreshing the entire webpage evry second using XSL?

I do not want to use Java Applet like they do at E-Trade live streaming; just raw XML straight to webpage, in real time via XSL.

Please help.

-Chuksted

 
Use javascript XMLHttp object to grab XML.

Jon

"I don't regret this, but I both rue and lament it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top