As per instruction given at
http://extensions.xwiki.org/xwiki/bin/view/Extension/RSS+Macro i created
the page and icluded below macro
{{rss
feed="http://rss.cnn.com/rss/edition_asia.rss" /}}
But getting below error(though i am able to open link
http://rss.cnn.com/rss/edition_asia.rss in browser). I am not getting whats
the issue here?
Failed to execute the [rss] macro
org.xwiki.rendering.macro.MacroExecutionException: Error processing [
http://rss.cnn.com/rss/edition_asia.rss] : Invalid XML: Error on line 18:
The element type "link" must be terminated by the matching end-tag
"</link>".
at
org.xwiki.rendering.internal.macro.rss.DefaultRomeFeedFactory.createFeed(DefaultRomeFeedFactory.java:68)
at
org.xwiki.rendering.internal.macro.rss.RssMacro.execute(RssMacro.java:136)
at org.xwiki.rendering.internal.macro.rss.RssMacro.execute(RssMacro.java:61)
at
org.xwiki.rendering.internal.transformation.macro.MacroTransformation.transformOnce(MacroTransformation.java:187)
at
org.xwiki.rendering.internal.transformation.macro.MacroTransformation.transform(MacroTransformation.java:132)
at
org.xwiki.rendering.internal.transformation.DefaultTransformationManager.performTransformations(DefaultTransformationManager.java:83)
at
org.xwiki.display.internal.DocumentContentDisplayer.display(DocumentContentDisplayer.java:248)
at
org.xwiki.display.internal.DocumentContentDisplayer.display(DocumentContentDisplayer.java:124)