I have set up a feed from a Druapl7 View into XML. Works fine.
I am importing that feed into a Drupal 6 site and trying to create a view with the new content. That works fine, however I have not been able to bring in the Absolute URL Path of the node from the D7 site into the D6 site.
I have searched for anything that could lead me into the correct direction but nothing. So, I ask if there is something I missing when trying to pull in the absolute url from a feed? Or is there only a code, hook, or something I am not thinking of that will help me get that Absolute URL from the feed for the original node, so when it is on the D6 site, someone can click the link and be take D7 sites node.
Yes, I know I could do this manually, The point is to get it done dynamically and learn how to do it.
Any direction or information would be appreciated.
Thanks
Tim
Edit:
Okay I added this to the PArser XML field for url - Path. I am guessing that is pulling from the xml.
Here is the output:
Item URL: http://www.gtpe.gatech.edu/news-room/press-releases/georgia-tech-professional-education-offers-cyber-security-course
Now, I need to figure out how to make the item-url on output the external link. Not all the html.
thoughts?
thanks