Link to home
Start Free TrialLog in
Avatar of wrighty
wrighty

asked on

Problem with XML data islands

I have a HTML page with some data islands on it ie:

<xml id="xmlSource" src="XML/CurrentPremier.xml"></xml>

And also a .js include file ie:

<script language="javascript" src="Include/football.js" type="text/javascript"></script>

When I view this page in browser on the outside web (it works fine hosted on my computer) the .js file and xml do not seem to be downloaded.  The xmlSource is seen as an object but the xml documentelement does not exist.  I have tried using a pause function to allow the files to download.   Any ideas why I cannot "see" the xml files or js file.  Everything works fine if I copy the js functions and xml directly on the page - however this would prove unmanagable in the long run.
ASKER CERTIFIED SOLUTION
Avatar of chabaud
chabaud

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial