Display XML data to html

This is a forum to suggest new features for mojoPortal. 

This thread is closed to new posts. You must sign in to post in the forums.
3/12/2010 1:19:51 AM
Gravatar
Total Posts 22

Display XML data to html

Hi everyone,

Im trying to access xml file to a separate server so i can display it using the html module. im using javascript but seems that there is a security issue

that client-side scripts cannot fetch web service data from other sources, and blend that data into a page. Everything must come from the same domain.

Any suggestion please? 

Im using mojoportal 2.3.3.4. sqlserver2005

Thanks in advance

3/14/2010 11:11:02 AM
Gravatar
Total Posts 18439

Re: Display XML data to html

One possibility is to figure out how to implement something that downloads the remote file to the server periodically and then you can access a local copy from the same domain.

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.