Partly worked. I can make the rss page use the rss skin. But it can not pass the validation from http://validator.w3.org/feed/ .
> - in our farm/config folder create a file config.rss Should be in field/config, not farm/config. :) And the file name should be "config.rss.php". Here is the report from w3.org: http://validator.w3.org/feed/check.cgi?url=http%3A%2F%2Ftxtray.net%2F%3Fp%3Drss%26action%3Drss Sorry This feed does not validate. * line 5, column 38: XML parsing error: <unknown>:5:38: not well- formed (invalid token) [help] <link>http://txtray.net/?p=rss&action=rss</link> ^ In addition, interoperability with the widest range of feed readers could be improved by implementing the following recommendation. * Feeds should not be served with the "text/html" media type [help] Source: http://txtray.net/?p=rss&action=rss 1. <?xml version="1.0"?> 2. <rss version="2.0"> 3. <channel> 4. <title>Test</title> 5. <link>http://txtray.net/?p=rss&action=rss</link> 6. <description></description> 7. <item> 8. <title>%7e%7e7%7e%7e</title> 9. <description></description> 10. <link>http://txtray.net/?p=<a href="http://txtray.net/?p=test" >Test</a> > <a href="http://txtray.net/?p=test.every" >Every</a><br / ><a href="http://txtray.net/?p=test" >Test</a> > <a href="http:// txtray.net/?p=test.test2" >Test2</a><br /><a href="http://txtray.net/? p=test" >Test</a> > <a href="http://txtray.net/?p=test.test3" >Test3</ a><br /></link> 11. </item> 12. 13. </channel> 14. </rss> I think the rss plugin need update to fit the recent utf-8 changes. Cheers, linly --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
