I tried that it's not really working. I'm trying to pull a pubDate out of my RSS feed. If I try it with the title tag I can get it, code:
Code:
<control type="label">
<visible>true</visible>
<posx>635</posx>
<posy>265</posy>
<width>560</width>
<height>330</height>
<label>$INFO[Container(111).ListItem.property(title)]</label>
<textcolor>white</textcolor>
</control>
however, if I switch out that title with pubDate, it doesn't pull out any data. Nor does it work with the description tag, only title apparently. Any ideas as to what I am doing wrong?
Bookmarks