Hi Phil,
the RSS widget has been deprecated in the last release as a core platform feature. Unfortunately we seemed to have missed this in the documentation.
Background is that the Java Script API which we used for rendering the RSS feed was no longer available.
If you want we can provide you with the source code for the RSS Widget and you can adjust it to make it work using a different java script library.
Best,
Andreas
--
You received this message because you are subscribed to the Google Groups "Information Workbench Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
iwb-discussio...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I tried to open the linked XML document, however, for me it appears that no XSLT transformation is applied at all (Browser: Firefox). Likely the required stylesheet cannot be loaded.
The cleanest integration would be using an Iframe, however, this requires obviously that the document is rendered fine in its own browser tab as well. Also be aware of MIXED-CONTENT policies which prevents browsers from loading content from http:// resources if the page itself is accessed via https:// (maybe this is also the problem why the XSLT transformation is not applied).
The alternative approach would be to use the platform’s data integration functionality, e.g. using an XML Data Source. There you can define mappings based on Xpath expressions and build the UI using wiki syntax and styling as you like.
Hope this helps,