I'm such a n00b. I'm a programmer by trade, but I'm clueless with the newer technologies, so bear with me.
I'm trying to figure out how you take an XML document (data) off of a provider's server (via URL), run it through an XML Transform, and put the output content into your own webpage.
Like basically - website X has a dynamically updated XML document (updated, say, every hour) that give the status on something arbitrary, among other data... on MY website, I have a page that is intended to show the status of that something arbitrary based on the data from the XML document.
I know how to write an XML Transform using XSLT, but I don't know how to get the contents of that transformed data into my own webpage.
Any help will be appreciated.
SunnyD
I'm trying to figure out how you take an XML document (data) off of a provider's server (via URL), run it through an XML Transform, and put the output content into your own webpage.
Like basically - website X has a dynamically updated XML document (updated, say, every hour) that give the status on something arbitrary, among other data... on MY website, I have a page that is intended to show the status of that something arbitrary based on the data from the XML document.
I know how to write an XML Transform using XSLT, but I don't know how to get the contents of that transformed data into my own webpage.
Any help will be appreciated.
SunnyD