Activity report on

  *[JIRA] Bug SKER4947 - StringChopper will not handle cdata*

  Scarab Link: http://sesat.no/scarab/issues/id/SKER4947
  Module: Sesat> Kernel


  Activity generated by Håvard Frøiland ([EMAIL PROTECTED]) at 08/20/2008 15:37

  *Reasons for the changes*


  *Comments*
  - By Håvard Frøiland - 08/20/2008 15:37 ---
  "{code}
<[^?!][^<]*>

Will do the trick, the [^?!] will take one character, and then the [^<]+ will 
take one or more characters. So it will only match tags that have names longer 
then 1 character. So changing + to * should work.

Well spotted Endre :-)
{code}"
_______________________________________________
Kernel-issues mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-issues

Svar til