... if we're concerned about strip_tags' ability to hit this kind of edge case, why are we using regex?
http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags/1732454#1732454 Or more generally http://www.codinghorror.com/blog/2009/11/parsing-html-the-cthulhu-way.html. On Saturday, November 17, 2012 1:01:33 AM UTC-8, Chris Khoo wrote: > > Hi > > I was wondering if one of the core developers could have a look at ticket > #19237 and progress it forward - > https://code.djangoproject.com/ticket/19237 > > It basically makes django.utils.html.strip_tags a little smarter. > > Thanks > > Chris > -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
