Re: [xsl] Looking up a stock quote

Subject: Re: [xsl] Looking up a stock quote
From: "tpass001" <tpass001@xxxxxxxxxxx>
Date: Thu, 15 Aug 2002 09:47:07 -0500
> we can give the sample xsl easily if you give us the input/output xml
> files....ie  the output you are expecting to be.

The sample xml is below, where is cusip is for IBM from
http://www.ibm.com/investor/tools/iritfq.phtml
<ITR-Table>
        <organization>
                <cusipNum>459200-10-1</cusipNum>
        </organization>
</ITR-Table>
Now I prefer the output to be in html, but xml output or anything else is
fine.
The kind of output i would like is something similar to below:

Stock Name: IBM
Current Stock value: 75.03
52-week high: 126.13
52-week low: 65.70

Thanks

TP


----- Original Message -----
From: "Shaikh, Neelkamal (MED, Oracle)" <Neelkamal.Shaikh@xxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, August 15, 2002 9:03 AM
Subject: RE: [xsl] Looking up a stock quote


> we can give the sample xsl easily if you give us the input/output xml
> files....ie  the output you are expecting to be.
>
> -----Original Message-----
> From: tpass001 [mailto:tpass001@xxxxxxxxxxx]
> Sent: Thursday, August 15, 2002 8:26 AM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] Looking up a stock quote
>
>
> I have an XSL file that generates HTML from XML data. I have something
> in
> the data that is called the CUSIP #. For those who dont know this is
> something that is used to identify uniquely a stock name. I want to be
> able
> to get the the CUSIP# from the xml and then go against some
> database/website/source/something that will give me the stock quote for
> this
> stock.
>
> Any ideas? I have no clue where to start. The only thing I know is that
> I
> have to use XSL and XML only to do this.
>
> Thanks in advance and looking for ideas.
>
> TP.
>
>  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


Current Thread