Hi,
I'm parsing some html docs but the XMLTokenizer chockes on a '&' followed by a space in a string. 
I guess '&' is used for other stuff than a 'and' in html and it causes error when used in plain text.

Does anybody have fix for this?

Karl