I would assume this to be an error:
"<META http-equiv=\"Content-Type content=\"text/html;
charset=iso-8859-1\">".gsub(/<(?:[^">]+|"[^"]*")+>/) { |sMatch| puts sMatch;
''}
will stop processing of a script - it hangs. I know the HTML text is wrong,
but the text is not from me.
Any idea what I can use as workaround as RegExp so that this will not
happen?
Christian