[xwiki-users] Bug? search RSS feed is actually escaped <pre> page
HI all, I actually found this a bit funny: At the bottom of search results is an RSS link, to a page like: http://www.xwiki.org/xwiki/bin/view/Main/Search?xpage=plain&text=fail It looks like valid RSS code, but why doesn't it work? It isn't the code, it's a <pre> formatted piece of html, where all xml elements are actually escaped. So you see: <?xml version="1.0" encoding="ISO-8859-1"?> But it actually is: <pre><?xml version="1.0" encoding="ISO-8859-1"?> I can't think of something I did wrong on this or on my own install, so I'll create an issue in JIRA unless someone stops me in the next few hours. All other RSS feeds appear to be working just fine. Cheers, Joris
Hi Joris, On Aug 6, 2012, at 11:43 AM, Joris Dirks wrote:
HI all,
I actually found this a bit funny:
At the bottom of search results is an RSS link, to a page like: http://www.xwiki.org/xwiki/bin/view/Main/Search?xpage=plain&text=fail
It looks like valid RSS code, but why doesn't it work? It isn't the code, it's a <pre> formatted piece of html, where all xml elements are actually escaped. So you see: <?xml version="1.0" encoding="ISO-8859-1"?> But it actually is: <pre><?xml version="1.0" encoding="ISO-8859-1"?>
I can't think of something I did wrong on this or on my own install, so I'll create an issue in JIRA unless someone stops me in the next few hours.
All other RSS feeds appear to be working just fine.
I've just created http://jira.xwiki.org/browse/XWIKI-8146 and fixed it. Thanks -Vincent
participants (2)
-
Joris Dirks -
Vincent Massol