<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <table style="color: rgb(0, 0, 0); font-family: Times; font-size:
      medium; font-style: normal; font-variant-ligatures: normal;
      font-variant-caps: normal; font-weight: 400; letter-spacing:
      normal; orphans: 2; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 2;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;
      text-decoration-style: initial; text-decoration-color: initial;
      width: 2499px; height: 614px;">
      <tbody>
        <tr>
          <td rowspan="2" id="fancyText7" style="width: 1494px;">
            <div style="font-family: Georgia, Times, serif; height:
              608px; overflow: auto;">
              <div class="codd" style="background-color: rgb(255, 255,
                238); padding: 4px; max-width: 1000px;">'From Squeak3.4
                of 1 March 2003 [latest update: #5170] on 29 March 2003
                at 6:47:54 pm'</div>
              <div class="ceven" style="background-color: rgb(238, 255,
                255); padding: 4px; max-width: 1000px;"><span
                  style="color: blue;">"Change Set:        RemoveScamper<br>
                  Date:            29 March 2003<br>
                  Author:            Adam Spitz<br>
                  <br>
                  Removes Scamper from the image (assuming all
                  references to it have already been removed)."</span><br>
                <br>
                <span style="font-weight: 700;">String</span><span> </span>removeSelector:
                #<span style="color: red; background-color: yellow;">replaceHtml</span>CharRefs.<br>
                Smalltalk organization removeCategoriesMatching:
                'Network-HTML*'.<br>
                Smalltalk organization removeCategoriesMatching:
                'Network-Web Browser'.<br>
                <br>
                Utilities informUser: 'Removing Scamper thumbnails from
                Tools flap and PartsBin. Please wait...' during: [<br>
                    PartsBin clearThumbnailCache.<br>
                    PartsBin cacheAllThumbnails.<br>
                    Flaps replaceToolsFlap.</div>
            </div>
          </td>
        </tr>
      </tbody>
    </table>
    <br>
    <div class="moz-cite-prefix">On 10/22/17 1:05 PM, Bernhard Pieber
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:5963B789-8CEB-42E1-8599-25C49944934C@pieber.com">
      <pre wrap="">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

</pre>
    </blockquote>
    <br>
  </body>
</html>