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