
April 25th, 2003, 03:34 AM
|
|
Contributing User
|
|
Join Date: Apr 2003
Location: Dublin
Posts: 40
Time spent in forums: 31 m 25 sec
Reputation Power: 6
|
|
|
referencing content from an XML file
Dear All,
I wish to link to an external XML file (which resides on a different server from ours) and then extract some content from it to display it on my web page.
I tried an XML Data island, but the problem was that locally, ie on my server, it was working, however when I uploaded it on the web, it did not work, since I had to call the file with an<xml src="http://www.malta.org/test.xml" id="service" async="false">
</xml> .
Is there anything else rather than XML Data Island to do this?
Thanks for your help and time
|