Hi Moshe, > i'm looking to strip HTML tags, and have found a function > that uses regular expressions at > www.4guysfromrolla.com/webtech/042501-1.shtml > was just wondering if anything has other ideas
This really is the best method. The only time you'll have issues is when you have less than and greater than signs within the attribute values, which is something very difficult to deal with in a simple programmatic manner. Alternatively you can use an XSL transformation and just enumerate children for their values. It's more code and requires strict html/xhtml. Regards, Shawn K. Hall http://12PointDesign.com/ http://ReliableAnswers.com/ --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [email protected] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
