我想知道是否可以删除 XML 提要的 <description> 标记内的所有上下文链接。
这是我在 PHP 文件中得到的内容:
<?php
header('Content-type: text/xml');
$url = "http://www.Example.com/articles.rss";
$page = file($url);
foreach ($page as $part)
{
echo $part;
}
?>
查看 XML 提要的屏幕截图: