Anyone got one of these?

Chipp Walters chipp at chipp.com
Fri Jan 26 13:56:36 EST 2007


function stripAllTagsBut pHtml,pTagsList
  --> pTagsList IS A LIST OF TAGS NOT TO EXCLUDE FROM PARSING
  --> EX. LINE 1 OF pTagsList CAN BE "img" AND LINE 2 CAN BE "b", etc..


It's used to strip all tags from HTML but those in the pTagsList parameter.

IOW, it can be used to grab the HTML of a page, and strip everything but the
img tags.

I'm starting to write it, but thought I'd ask-- just in case.

-Chipp



More information about the use-livecode mailing list