feedControl.addFeed(???http://www.oracle.com/technology
/products/jdev/jdeveloper_news.xml???, ???JDeveloper???);
feedControl.addFeed(???http://www.oracle.com/technolo
gy/products/database/application_express/news/apex.rs
s.xml???, ???Application Express???);
Load the RSS Feeds and display the RSS Feeds using the draw method.
feedControl.draw(document.getElementById(???feedControl
???));
Copy the JavaScript application, RSSAjax.html listed below, to load
multiple RSS Feeds to RSSAjax.html in JDeveloper.
Loading
9.5 Receiving Multiple Feeds 193
Fig. 9.6 Running Multiple Feed Application
Multiple RSS feeds get displayed as shown in Fig.
Pages:
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175