Grep help - remove HTML tags
Keith Whitney
keith at hauck.com
Thu Mar 13 16:03:00 EST 2003
I'm trying to parse an rss feed and put the title into a list box row.
This is working fine:
put URL "http://my.server.com/myRSSfeed.rdf" into myVar
...and so is this:
set the text of field "myField" to myVar
But, when I add this line, the field "myField" is blank:
filter field "myField" with "<title>(.*)</title>"
Any suggestions?
TIA,
Keith
--
Keith Whitney
MIS Director
Hauck & Associates, Inc.
More information about the use-livecode
mailing list