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
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to