I’m currently using a Google Stock API to retrieve information from the internet about stocks. (Done in C#). The C# code retrieves all the values. I then want to be able to display this information (which includes a few doubles and a string that links to an image) in my .XSLT file (using JavaScript). How would I go about doing this? I’ve tried looking on Google, but nothing seems clear enough to me.
I’m currently using a Google Stock API to retrieve information from the internet about
Share
Your question is quite confusing, but I am guessing this is what your looking for?