RSS custom control
Frank van der Linden
18 January 2010 11:40:37
One of the requirements of the current Xpage project was to aggrigate RSS feeds on the website. First I tried with a AJAX call, but it gave some complications with cross domain calls.
At last I have created a Java class in the database, who is called by Server side javascript in the custom control.
2 parameters are required.
- url of the feed
- boolean to latest entry or a list.
- boolean to latest entry or a list.
Below is a screenshot, with the custom styling
- Comments [0]