This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Live Stock Market



As I have write

I have a live (ON-LINE with Lease Line) connection from the stock market
using a TCP/IP connection
I am gating a streaming Txt file with data.

I save this txt file in MS SQL 7.0 Table

and I want to display this data continuously and table formatted in a web
page refreshing only the data but not the page.
Using HTML, ASP, XML technology.


Can you pls give me a sample of the structure that you proposing
Can you pls helping me to build it ?????





-----Original Message-----
From: owner-xsl-list@mulberrytech.com
[mailto:owner-xsl-list@mulberrytech.com]On Behalf Of JB
Sent: Friday, March 03, 2000 9:49 PM
To: xsl-list@mulberrytech.com
Subject: RE: Live Stock Market


In order for updates to work without refreshing, you will need to maintain a
network connection. To do that from a web page you will need a activex or
java applet.



> -----Original Message-----
> From: owner-xsl-list@mulberrytech.com
> [mailto:owner-xsl-list@mulberrytech.com]On Behalf Of
> John.Barnhart@farmcreditbank.com
> Sent: Friday, March 03, 2000 10:22 AM
> To: xsl-list@mulberrytech.com
> Subject: RE: Live Stock Market
>
>
> <META HTTP-EQUIV="REFRESH" CONTENT=2> will refresh the page every
> 2 seconds.
> This however does _not_ meet your requirement of _not_ having to
> refresh the
> whole page . . .
>
> IF you can live with the whole page refreshing on a given interval, this
> chunk of code will work, just be sure to include it within the
> <HEAD></HEAD>
> section.
>
> -----Original Message-----
> From: Papaioannou Thanassis [mailto:papaioannou@hellaslink.gr]
> Sent: Friday, March 03, 2000 9:46 AM
> To: xsl-list@mulberrytech.com
> Subject: RE: Live Stock Market
>
>
> Can you pls give me a sample
>
> -----Original Message-----
> From: owner-xsl-list@mulberrytech.com
> [mailto:owner-xsl-list@mulberrytech.com]On Behalf Of JB
> Sent: Friday, March 03, 2000 3:49 PM
> To: xsl-list@mulberrytech.com
> Subject: RE: Live Stock Market
>
>
> You can use a meta header in your html that will refresh the page.
>
> > -----Original Message-----
> > From: owner-xsl-list@mulberrytech.com
> > [mailto:owner-xsl-list@mulberrytech.com]On Behalf Of
> Papaioannou Thanassis
> > Sent: Friday, March 03, 2000 3:18 AM
> > To: XSL-List@mulberrytech.com
> > Subject: Live Stock Market
> >
> >
> > Hi
> > I need  assistance  !!!!!!
> >
> > I am  trying to write a program for live stock exchange over Internet in
> > XML. and I have a very hard time to do.
> >
> > So I want to ask any assistance.
> >
> > This is what I do
> >
> > 1- I get live streaming data feed from the stock market as a text file
> > 2- I place this data (from the data feeding) in an MSSQL 7.0 Table
> > continuously
> > 3- I am trying to reed this table and displayed over the WEB live.
> >
> > The problem is.......... that I have to refresh the XSL  to get all the
> > changes on the numbers live
> > I cannot make them  displaying continuously with the changes without
> > refreshing the whole Page.
> >
> > The question is
> >
> > Is it possible to get  live stock changes (Only the numbers) without
> > refreshing the whole Page (HTML,ASP,XML,XSL etc ) but only the
> changes of
> > the numbers ???????
> >
> > I don't want to us any Java technology .........        I want
> to develop
> > the project with the pure XML XSL technology is it possible ?????????
> >
> > Can any of your  people  give me any assistance to make my project come
> > truth with the help of your  experience ??????
> >
> > Tom Pap
> >
> >
> >  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> >
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]