healeyx76
08-12-2007, 01:50 AM
I'm very very new to xml, but I have read over some quick tutorials. (I know a few other languages, which seems to make learning this easier).
Instead of searching through the hundreds of tutorials to find an answer to this simple question, i thought i'd ask here (it wasn't in the first few tutorials i saw, and I DID LOOK, im not that lazy, just in a hurry to test an idea)
heres what I want to do:
There exists an uneditable read-only XML file, containing quite a large bit of data. This XML is on another server. It is all properly formatted, and the XML is not linked to any XSL or formatting sheet.
I would like to have my own xml+xsl combo access this external XML file.
Everything I read in tutorials is about using xsl to style xmls, but theyre xml's that you can edit and point to the xsl. Is there a way to import/access this read-only data? (I assume there has to be).
And how would I do that?
I don't need code examples though they could help. I just need to know where to look, or what functions to use or declarations/identifiers to use.
I'm starting from scratch here, so I want to get basic functionality out of the way.
Thanks for any of your help! It is greatly appreciated.
For an example of how this would be used? Say you want to make your own webpage that displays the time and temperature of 20 cities, which are saved in an xml file on some weatherfunwhatever.com site. How would I go about accessing it?
Instead of searching through the hundreds of tutorials to find an answer to this simple question, i thought i'd ask here (it wasn't in the first few tutorials i saw, and I DID LOOK, im not that lazy, just in a hurry to test an idea)
heres what I want to do:
There exists an uneditable read-only XML file, containing quite a large bit of data. This XML is on another server. It is all properly formatted, and the XML is not linked to any XSL or formatting sheet.
I would like to have my own xml+xsl combo access this external XML file.
Everything I read in tutorials is about using xsl to style xmls, but theyre xml's that you can edit and point to the xsl. Is there a way to import/access this read-only data? (I assume there has to be).
And how would I do that?
I don't need code examples though they could help. I just need to know where to look, or what functions to use or declarations/identifiers to use.
I'm starting from scratch here, so I want to get basic functionality out of the way.
Thanks for any of your help! It is greatly appreciated.
For an example of how this would be used? Say you want to make your own webpage that displays the time and temperature of 20 cities, which are saved in an xml file on some weatherfunwhatever.com site. How would I go about accessing it?