Remove contextual links inside a description tag of a feed without losing the value

RoyalC

New Member
I would like to know if its possible to remove all contextual links inside a tag of an xml feed.Here is what i have got inside the php file\[code\]<?phpheader('Content-type: text/xml');$url = "http://www.Example.com/articles.rss";$page = file($url);foreach ($page as $part){echo $part;}?>\[/code\]see screenshot of the xml feed:
VTsBf.jpg
 
Back
Top