Sign in to follow this  
Doug

Hyper Links Within The Xml Are Not Working Correctly.

Recommended Posts

I am trying to pass information in my URL that is embedded in the XML file, and for some reason it just ignores the link and default to the root domain name.

 

Example of one of the entries in the XML between the <data> tags

<entity id='001' link='http://yourURL.com/pathinformation/Search.aspx?CountyFK=65' />

 

However I can manual got the URL with the addition information without an issue.

 

Is this a bug or am I doing something incorrectly..

 

Thanks,

 

Doug

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum! smile.gif

 

Could you please confirm whether you are using dataURL() or dataXML() method?

 

Please make sure you're passing relative URLs for Data URL, and not absolute URLs. To restrict cross site security attacks, FusionCharts doesn't allow colons in dataURL (starting v3.0.5). So you cannot specify dataURL as http://.../path/file.ext any more.

 

Awaiting for your response.

Share this post


Link to post
Share on other sites

Hi,

 

Welcome to FusionCharts Forum! smile.gif

 

Could you please confirm whether you are using dataURL() or dataXML() method?

 

Please make sure you're passing relative URLs for Data URL, and not absolute URLs. To restrict cross site security attacks, FusionCharts doesn't allow colons in dataURL (starting v3.0.5). So you cannot specify dataURL as http://.../path/file.ext any more.

 

Awaiting for your response.

 

 

Thanks for the reply..

 

I guess i am not familiar with the differences in dataURL() or dataXML(), I am using the GUI tool to add the information for my map and then saving the XML output to a file for the map to read. It sees everything as it should (ie Colors, rollover effects and etc.). its the URL part its having problems with. I will try changing the URLS to where they are not absolute to see if it makes a difference..

 

 

Doug

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this