/ Published in: Groovy
Reads CBC news RSS with fancy-prints its in table, splitting news description by image & text.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<table border=0 align=center> <% out << """<tr><td rowspan=2>$img</td><th>${it.title.text()}</th></tr> <tr><td>$txt</td></tr>""" } } %> </table>
URL: cbc_world_news_gsp