Grep help - remove HTML tags

Richard Gaskin ambassador at fourthworld.com
Thu Mar 13 16:14:01 EST 2003


Keith Whitney wrote:

> 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?

  set the htmltext of fld "MyField" to tMyVar
  get the text of fld "MyField"


-- 
 Richard Gaskin 
 Fourth World Media Corporation
 Developer of WebMerge 2.2: Publish any database on any site
 ___________________________________________________________
 Ambassador at FourthWorld.com       http://www.FourthWorld.com
 Tel: 323-225-3717                       AIM: FourthWorldInc




More information about the use-livecode mailing list