954,517 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Opening an xml link in a new window

This is annoying me. I have made a simple RSS feed but i need some of the links to open in a new window But i can't find a way to do this.

All i want is the same functionality you get in html when you specify target-"_blank" How is this not simple?

Here is my RSS feed.

<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
    <channel>
       <title>The title of my RSS 2.0 Feed</title>
<link>http://www.example.com/</link>
<description>This is my rss 2 feed description</description>
<language>en-us</language>   
<item>
<title>Red Nose Day</title>
<link>/LinkClick.aspx?fileticket=ICj71UfOvBY%3d&amp;tabid=86&amp;language=en-GB "_blank"</link>
<description>We are supporting Red Nose Day 2011</description>
</item>
</channel>
</rss>


Have had a good hunt around the web but nothing seems to be working. Please help!

dave

kained
Junior Poster
126 posts since May 2004
Reputation Points: 10
Solved Threads: 0
 

i have enquired with friends and it sounds like it will require a load of js scripting to get round it so have decided to open everything in a blank window.

kained
Junior Poster
126 posts since May 2004
Reputation Points: 10
Solved Threads: 0
 

Try this one ..surely work for you

javascript:window.open("URL");javascript:window.location.reload("PerentsiteURL");

ShailRathore
Newbie Poster
1 post since Jan 2012
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: