lyndonwong
06-22-2003, 09:51 AM
Hi all --
Anyone have an LZX example of displaying RSS data?
Or advice on why the following feed (for example):
http://www.ventureblog.com/index.rdf
Isn't getting displayed by the following LZX code:
---------------
<!-- DEMO USING RSS XML DATASOURCE -->
<canvas height="600" width="800">
<dataset type="http" name="ventureblog" src="http://www.ventureblog.com/index.rdf" autorequest="true" />
<window width="300" height="200" resizable="true">
<simplelayout axis="y" />
<text> Blog data should appear below: </text>
<view name="BlogEntry" datapath="ventureblog:/rdf:RDF[1]/item[1]" >
<simplelayout axis="y" />
<text width="150" datapath="title/text()" />
</view>
</window>
</canvas>
---------
Thx for helping the 'newbie' :)
- lw
Anyone have an LZX example of displaying RSS data?
Or advice on why the following feed (for example):
http://www.ventureblog.com/index.rdf
Isn't getting displayed by the following LZX code:
---------------
<!-- DEMO USING RSS XML DATASOURCE -->
<canvas height="600" width="800">
<dataset type="http" name="ventureblog" src="http://www.ventureblog.com/index.rdf" autorequest="true" />
<window width="300" height="200" resizable="true">
<simplelayout axis="y" />
<text> Blog data should appear below: </text>
<view name="BlogEntry" datapath="ventureblog:/rdf:RDF[1]/item[1]" >
<simplelayout axis="y" />
<text width="150" datapath="title/text()" />
</view>
</window>
</canvas>
---------
Thx for helping the 'newbie' :)
- lw