Search found 2 matches

by nrg2000
Mar 11 2009, 21:34
Forum: 一般应用交流
Topic: 如何替换RSS中的特定字符?
Replies: 4
Views: 4916

Re: 如何替换RSS中的特定字符?

请参考 http://forum.proxomitron.cn/viewtopic.php?f=2&t=121 。 phoenix,你好! 上面的贴子我在发贴前已经看过了,不过还是不懂怎么弄. 比如"RSS的Content-Type通常是 application/rss+xml,而Prox默认不过滤该类型,你可以用一条header filter把它改为 text/html,Prox就可以过滤了。" 这个怎么做? 是在Head Filter还是在Web Filter中写,Head Filter能替换网页中的内容吗,这好像不可能吧? 所以是不是应最少写两条规则[一个H...
by nrg2000
Mar 11 2009, 11:22
Forum: 一般应用交流
Topic: 如何替换RSS中的特定字符?
Replies: 4
Views: 4916

如何替换RSS中的特定字符?

此RSS
Content-Type: text/xml
其内容中 <link>http://www.baidu.com</link> 包含这行
换成 <link>http://www.google.com</link>
如何实现?
谢谢!!!