[squeak-dev] HtmlParser MNU: ByteString>>replaceHtmlCharRefs

Bernhard Pieber bernhard at pieber.com
Sun Oct 22 17:05:51 UTC 2017


Dear Squeakers,

I tried to parse an HTML file like this in a trunk image and ran into a MNU:
FileStream fileNamed: ’some.html’ do: [:stream | HtmlParser parse: stream]

In HtmlText>>#initialize the message #replaceHtmlCharRefs is sent. I suppose this method was once the image. Otherwise HtmlParser would never have worked. How can I find out, when it got lost? How would you do it?

Cheers,
Bernhard


More information about the Squeak-dev mailing list