From: Marek T. <ma...@gn...> - 2004-01-21 15:16:58
|
Hi, just realized that at least the RSS validator (http://feedvalidator.org/check) doesn't like when there is "[" in the url, e.g. <link>http://www.gn.apc.org/newspage.shtml?cmd[288]=i-288-32948</link> I had to use http://www.gn.apc.org/newspage.shtml?cmd%5B288%5D=i-288-32948 instead. Does anybody know if it's just the validator being fussy or is it against some RSS standard ? If later, we probably need to change the way f_r generates _#RSS_IT_L (use urlencode). Best Marek |